/* ==========================================================================
   DOCUMENT INFORMATION
   ========================================================================== */
/*
 - Document: DotSquare
 - Version:  1.0.0
 - Client:   ThemeForest
*/
/* CSS Document */

body {
    font-family: 'Lato', sans-serif !important;
    background: #fff;
}


.top {
    box-sizing: border-box;
    margin: 20px 0 0 0;
}
.top .logo {
	width: auto;
}
.logo {} .logo img {
    max-width: 135px;
}
.nav {
    font-size: 14px;
    color: #fff;
}
.nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: right;
}
.nav li {
    display: inline-block;
    margin-right: 20px;
    text-align: right;
    box-sizing: border-box;
}

.nav li a {
	margin-right: 0;
}

.nav li:nth-child(4) {
	margin: 0;
}


.nav li a {
	display: inline-block;
    text-align: right;
    box-sizing: border-box;

}
.nav li a:hover {
	text-decoration: none;
	border-bottom: 3px solid #e5007d;
}
.nav li #top-arrow {
	text-decoration: none;
	border-bottom: none;
}

.nav li {
    margin-right: 0px;
}
.nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
}
.nav a:hover {
    color: #e5007d;
}
/*----- Header Slider----*/
.header {
	position: fixed;
    z-index: 1000;
    width: 100%;
    background: #fff;
    left: 0;
    right: 0;
}
.banner {
    position: relative;
    text-align: center;
    color: #fff;
    min-height: 700px;
    background: #000;
}
.banner .container {
    position: absolute;
    width: 100%;
    top: 49%;
}
.banner .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    background-attachment: scroll;
}
.banner .carousel-fade .carousel-inner .active {
    opacity: 1;
}
.banner .carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.banner .carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.banner .carousel-fade .carousel-control {
    z-index: 2;
}
.banner .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
.banner .carousel-inner > .item {
    background-size: cover;
    background-position: center;
    min-height: 700px;
}
.banner .carousel-indicators {
    bottom: 4%;
}
.banner .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    opacity: .3;
    border-radius: 10px;
}
.banner .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 3px;
    background: none;
    opacity: 1;
    border: 2px solid #e5007d;
}
/*text content on banner*/

.content {
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.content h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    margin: 0px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .6);
}
h1 .slogan {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    margin: 0px;
    text-shadow: 1px 2px 2px #0009;
}
.content h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    margin: 0px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .6);
}
.btn-orange {
    margin-top: 30px;
}
.btn-orange a {
    border-radius: 2px !important;
    background: #f87c45;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 13px 20px;
    max-width: 280px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    display: block;
    transition: ease-in-out .3s;
    margin: 0 auto;
}
.btn-orange a:hover {
    background: #e25719;
    text-decoration: none;
}
/*----- Opt-in section ----*/

.bluebg {
    background: #6abbd9;
}
.opt-container {
    text-align: center;
}
.opt-container h1 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin: 40px 0 0 0;
}
.opt-container h2 {
    font-size: 22px;
    color: #fff;
    margin: 10px 0 40px 0;
}
.opt-container h2 span {
    font-weight: bold;
}
.opt-container .form {
    margin-bottom: 40px;
}
.opt-container .form input {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    color: #ccc;
}
.opt-container .btn-blue {
    font-size: 22px !important;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
    color: #fff !important;
    background: #295d70;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 52px;
}
/* success message overlay*/

.msg {
    position: relative;
    transition: .3s;
}
.success {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgba(106, 187, 217, 0.85);
}
.success .text-msg {
    color: #fff;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.error-msg {
    background: #e5007d;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
}
/*Mail Chimp setting*/

#mc_embed_signup {
    background: none !important;
}
input.button {
    font-size: 22px !important;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
    color: #fff !important;
    background: #295d70;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 52px;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 2px;
    margin-bottom: 20px;
}
.mc-field-group input {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    color: #ccc;
}
/*----- Feature section ----*/

.feature-container {
    padding-top: 80px;
    padding-bottom: 40px;
}
.feature-container:not(:last-child) {
	border-bottom: 1px solid #d3d3d3;
}
.feature-container img {
    max-width: 100%;
}
.feature-styles h2 {
    font-size: 30px;
    color: #000;
}
.feature-styles .txt {
    margin-top: 35px;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    font-weight: 300;
}
.feature-styles .getstarted {
    margin-top: 16px;
    font-size: 18px;
}
.feature-styles .getstarted a {
    color: #e5007d !important;
    text-decoration: none;
    font-weight: bold;
    transition: ease-in-out;
    transition-duration: .3s;
    font-size: 18px;
}
.feature-styles .getstarted a:hover {
    color: #000000 !important;
    text-decoration: none !important;
}
.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
}
.feature-icon i {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.red {
    background: #e25858;
    right: 110px;
    top: -40px;
}
.green {
    background-color: #6ad993;
    right: 50px;
    top: 35px;
}
.blue {
    background-color: #6abbd9;
    left: 110px;
    top: -40px;
}
.orange {
    background-color: #f87c45;
    left: 70px;
    top: 45px;
}
.pgreen {
    background-color: #98d96a;
    right: 110px;
    top: -40px;
}
.yellow {
    background-color: #fccf3c;
    right: 50px;
    top: 35px;
}
/*----- Testimonial section ----*/

.testimonial-bg {
    background-image: url(../images/body/testimonial-bg.jpg) !important;
    background-attachment: fixed;
    margin-top: 40px;
    padding: 20px 0;
}
.testimonial-title {
    font-size: 30px;
    color: #000;
    text-align: center;
}
.testimonial-photo {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    margin: 40px auto;
}
.testimonial-content {
    font-size: 18px;
    color: #666;
    font-style: italic;
    margin: 0 auto !important;
    text-align: center;
}
.testimonial-content span {
    font-style: normal;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.testimonial-content span a {
    font-style: normal;
    color: #e5007d;
    font-weight: normal;
}
.testimonial-bg .flexslider {
    padding: 40px 0 !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 40px !important;
}
.testimonial-bg .flex-control-nav {
    bottom: -10px !important;
    z-index: 40;
}
/*----- Pricing section ----*/

#pricing {
    padding-bottom: 70px;
    background: #f6f8f9;
}
.container .pricing-box {
	margin-bottom: 20px;
}
.pricing {
    padding: 50px 0 70px 0;
}
@media (min-width: 992px) {
	#pricing .container {
		width: 100%;
		padding: 0;
		display: flex;
		justify-content: space-evenly;
		align-items: baseline;
	}
	.free,
	.basic,
	.pro {
		width: 30%;
		border-top: 8px solid #e5007d;
		padding: 0;
		height: auto;
	}
	.free {
		margin-top: 50px;
	}

	.pro {
		margin-top: 30px;
	}

	.container {
		width: 100%;
	}
}
.pricing h1 {
    font-size: 40px;
    color: #e5007d;
    font-weight: 900;
    text-align: center;
}
.pricing h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    margin: 0px;
}
.pricing-box {
	box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 0px 10px rgba(0,0,0,0.1);
}
.pricing-box {} .pricing-box .price {
    color: #000;
    text-align: center;
    padding: 20px 0 20px 0;
    background: #fff;
    border-bottom: 1px solid #d3d3d3;
}
.pricing-box .price .package {
    font-size: 30px;
    font-weight: bold;
}
.pricing-box .price .divider {
    height: 2px;
    background: rgba(255, 255, 255, .3);
    width: 40px;
    margin: 20px auto;
}
.pricing-box .price .amount {
    font-size: 45px;
    font-weight: 300;
    line-height: 50px;
}
.amount,
.duration {
	display: inline-block;
}
.pricing-box .price .duration {
    font-size: 18px;
    font-weight: 300;
    padding-top: 10px;
}
.pricing-box .featcontent {
    background: #fff;
}
.fa-check {
	font-size: 14px;
	color: #e5007d;
	padding-right: 15px;
}
.check-wrapper {
	display: inline-block;
	float: left;
}
.check-text {
	display: inline-block;
	width: 90%;
}

.feat-list:last-child {
	padding-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1023px) {
	.check-wrapper {
		display: inline-block;
		float: left;
	}
	.check-text {
		display: inline-block;
		width: 85%;
	}
}
.pricing-box .featcontent .feat-list {
    font-size: 20px;
    font-weight: 300;
    color: #000;
}
.pricing-box .featcontent .feat-list h3{
    font-size: 18px;
    text-align: left;
    padding-left: 30px;
    margin-top: 0;
    padding-top: 20px;
}
.pricing-box .featcontent .feat-list h3:not(:first-child)::before{
	content: " ";
    width: 90%;
    display: block;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 25px;
}
.pricing-box .featcontent .feat-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.pricing-box .featcontent .feat-list li {
    line-height: 40px;
    font-size: 16px;
    padding: 0 30px;
}

.pricing-box .featcontent .signup-btn {
    font-size: 20px;
    text-align: center;
    padding-bottom: 40px;
}
.pricing-box .featcontent .signup-btn a {
    padding: 15px 30px;
    background: #424a56;
    color: #fff !important;
    text-decoration: none;
    transition: ease-in-out;
    transition-duration: .3s;
}
.pricing-box .featcontent .signup-btn a:hover {
    background: #e5007d;
    color: #fff !important;
    text-decoration: none;
}
/*bg colors for packages*/

.bgred {
    background: #e25858;
}
.bggreen {
    background-color: #6ad993;
}
.bgblue {
    background-color: #6abbd9;
}
.bgorange {
    background-color: #f87c45;
}
.bgpgreen {
    background-color: #98d96a;
}
.bgyellow {
    background-color: #fccf3c;
}
.bggray {
    background-color: #424a56;
}
/*---- Contact Section ---*/

#contact {
    background: #fff;
    background-position: top center;
    background-repeat: no-repeat;
}
.contact {
    padding: 50px 0 70px 0;
}
.contact h1 {
    font-size: 40px;
    color: #e5007d;
    font-weight: 900;
    text-align: center;
}
.contact h2 {
    color: black,;
    font-size: 30px;
    text-align: center;
    margin: 0px;
}
.contact-info {
    padding: 0 0 70px 0;
    font-size: 20px;
    color: #000;
    text-align: center;
}
.contact-info i {
    margin-right: 15px;
}
.contact-form {
    padding: 0 0 60px 0;
}
.contact-form input,
.contact-form select {
	outline: none !important;
    width: 100%;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
    background: #f6f8f9;
}
.contact-form #auswahl:focus {
	outline: none !important;
	border: 1px solid #e5007d !important;
}
.contact-form textarea {
	resize: none;
	box-sizing: border-box;
	outline: none !important;
    width: 100%;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    min-width: 260px;
    max-width: 100%;
    background: #f6f8f9;
 }

 .contact-form input:focus,
 .contact-form select:focus,
 .contact-form textarea:focus,
 .auswahl:focus  {
 	border: 1px solid #e5007d;
 }

@media (min-width: 1024px){
	.user-input-data,
	.contact-form .message {
		min-height: 1px;
		max-height: 602px;
		height: 602px;
	}
	.contact-form textarea{
		height: 100%;
	}
	.text-center {
		margin-top: 20px;
	}
	.check-text {
		width: 85%;
	}
}

.btn-message,
.contact-form .btn-message {
    width: 195px;
    background: #e5007d;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    border-radius: 40px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
}

.success-contact .text-msg {
    background: #56E047;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
}
/*----- Footer section ----*/

.xdivider {
    margin: 40px 0px;
}
#footer {
    max-width: 100%;
}
.footer {
    padding: 30px 0;
    background: #f4f5f6;
}
.footer-nav {
    font-size: 16px;
    color: #000;
}
.footer-nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer-nav li {
    display: inline-block;
    text-align: right;
}
.footer-nav li:after {
    content: '|';
    margin: 0 10px;
}
.footer-nav li:last-child:after {
    content: '';
    margin: 0px 0px;
}
.footer-nav a {
    color: #000;
    text-decoration: none;
}
.footer-nav a:hover {
    color: #e5007d;
}
.social-icons {
    font-size: 20px;
    padding: 15px 0;
}
.social-icons ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.social-icons li {
    display: inline-block;
    margin: 0 10px;
}
.social-icons li:last-child {
    margin: 0px 0px;
}
.social-icons a {
    color: #b2b2b3;
    text-decoration: none;
}
.social-icons a:hover {
    color: #e5007d;
}
.copyright {
    font-size: 16px;
    color: #777;
    text-align: center;
}
@media (min-width: 768px) {
	.auswahl {
		margin-bottom: 20px;
	}

	#contact-top .phone,
	#contact-top .mail {
		display: inline-block;
		text-align: center;
		width: 175px;
		height: 20px;
		float: right;
	}
	#contact-top .phone {
		margin-right: 10px;
	}
	#contact-top .mail {
	    margin-right: -5px;
	}
	.fa-phone,
	.fa-envelope {
		padding-right: 10px;
	}
	#contact-top  {
		margin: 0;
		height: 45px;
		border-bottom: 1px solid lightgray;
	}
	#contact-top:before {      /* create a full-height inline block pseudo-element */
	    content: ' ';
	    display: inline-block;
	    vertical-align: middle; /* vertical alignment of the inline element */
	    height: 100%;
	}
	.contact-top-container {
		display: inline-block;
		vertical-align: middle;
		margin: 0 -5px;
	}
	.container {
		width: 100%;
	}
	.nav li a {
		display: inline-block;
	    text-align: right;
	    box-sizing: border-box;
		 padding-bottom: 17px;
	    border-bottom: 3px solid #fff;
	}
	.nav li a {
		margin-right: 0;
	}
	.nav li a:hover {
		text-decoration: none;
		border-bottom: 3px solid #e5007d;
	}

	.contact-form .btn-message {
		float: right;
		margin-right: 20px;
	}
    .logo {
        text-align: center;
        display: inline-block;
    }
    .pull-right {
    	display: inline-block;
    	width: auto;
    	padding-right: 0;
    }
    .pricing-box {
    	padding: 0;
    }
    .logo img {
        max-width: 135px;
    }
    .nav {
        font-size: 14px;
        color: #000;
        text-align: center;
        /*margin-top: 10px;*/
    }
    .nav ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        text-align: center;
    }
    .nav li {
        display: inline-block;
        margin-right: 30px;
    }
    .nav li:last-child {
        margin-right: 0px;
    }
    .nav a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
    }
    .nav a:hover {
        color: #e5007d;
    }
    /*----- Opt-in section ----*/

    .opt-container .form input {
        width: 100%;
        padding: 15px;
        border: none;
        border-radius: 2px;
        margin-bottom: 20px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    /* Logo & Nav*/
    .contact-form textarea {
    	width: 100%;
        min-width: 100%;
     }
    #contact-top .phone,
    #contact-top .mail {
    	display: block;
    	text-align: center;
    	width: 185px;
    	height: 20px;

    }
    .fa-phone,
    .fa-envelope {
    	padding-right: 10px;
    }
    #contact-top  {
    	text-align: center;
    	margin: 0;
    	height: 45px;
    	border-bottom: 1px solid lightgray;
    }
    #contact-top:before {      /* create a full-height inline block pseudo-element */
        content: ' ';
        display: inline-block;
        vertical-align: middle; /* vertical alignment of the inline element */
        height: 100%;
    }
    .contact-top-container {
    	display: inline-block;
    	text-align: center;
    	vertical-align: middle;
    	padding: 0;
    	float: initial;
    	    margin: 0 auto;
    }

    .pricing-box {
    	/*padding: 0;*/
	    background: #fff;
    }
    .pricing-box .featcontent .feat-list li {
    	padding: 0;
    }
    .pricing-box .featcontent .feat-list li .check-text{
    	width: 85%;
    }
    .top .logo {
        text-align: center;
        width: 100%;
    }
    .logo img {
        max-width: 135px;
    }
    .nav {
        font-size: 14px;
        text-align: center;
        margin: 20px 0;
    }
    .nav ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        text-align: center;
    }
    .nav li {
        display: inline-block;
        margin-right: 20px;
    }
    .nav li:last-child {
        margin-right: 0px;
    }
    .nav a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
    }
    .nav a:hover {
        color: #e5007d;
    }
    /*Banner content*/

    .banner .carousel-indicators {
        top: 600px;
    }
    .content {
        margin: 0 auto;
        text-align: center;
        z-index: 10;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .content h1 {
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        font-weight: 900;
        margin: 0px;
        text-shadow: 1px 2px 2px rgba(0, 0, 0, .6);
    }
    .content h2 {
        font-size: 20px;
        color: #fff;
        font-weight: 900;
        margin: 0px;
        margin-top: 15px;
        text-shadow: 1px 2px 2px rgba(0, 0, 0, .6);
    }
    .btn-orange {
        margin-top: 30px;
    }
    .btn-orange a {
        border-radius: 2px !important;
        background: #f87c45;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding: 15px 20px;
        max-width: 280px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
        display: block;
        transition: ease-in-out .3s;
        margin: 0 auto;
    }
    .btn-orange a:hover {
        background: #e25719;
        text-decoration: none;
    }
    /*----- Opt-in section ----*/

    .opt-container .form input {
        width: 100%;
        padding: 15px;
        border: none;
        border-radius: 2px;
        margin-bottom: 20px;
    }
    /* success message overlay*/

    .success .text-msg {
        font-size: 24px;
    }
    /*----- Pricing section ----*/

    .pricing-box {
        margin-bottom: 20px;
    }
    .pricing-box:last-child {
        margin-bottom: 0px;
    }
}
@media (max-width: 320px) {
    .banner .carousel-fade .carousel-inner .item {
        background-attachment: scroll;
    }
}

.fa-phone,
.fa-envelope,
.fa-map-marker {
	color:  #e5007d;
}

.pull-right .nav .navi li a {
	text-align: center !important;
}

#top-arrow{
	position: fixed;
	z-index: 1000;
	background: transparent;
	right: 0;
	width: 2%;
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 1px solid black !important;
}

#toTop {
	position: fixed;
    bottom: 30px;
    right: 30px;
    color: #e5007d;
    cursor: pointer;
    display: none;
    z-index: 9999;
    width: 30px;
    height: 30px;
    border: 1px solid #e5007d;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    transition: all 0.3s ease 0s;
}

a[href="#features"]:focus,
a[href="#testen"]:focus,
a[href="#pricing"]:focus,
a[href="#contact"]:focus {
	border-bottom: 3px solid #e5007d;
	color: #e5007d;
}

section {
	max-width: 1200px;
    margin: 0 auto;
}

.banner {
	max-width: initial;
}
.header {
	max-width: initial;
}

.category_mitglieder:hover,
.verband-category:hover,
.category:hover,
.address:hover,
.email:hover,
.phone:hover,
.mail:hover {
	cursor: pointer;
	color: #e5007d;
	text-decoration: none;
}
.address:focus,
.email:focus,
.phone:focus,
.mail:focus {
	cursor: pointer;
	color: #e5007d;
	text-decoration: none;
}
.address,
.email,
.phone,
.mail {
	color: #000;
}

.address,
.email,
.phone {
	display: inline;

}
.categories_verband,
.categories,
.categories_mitglieder {
	box-sizing: border-box;
    z-index: 10;
}
.categories_verband .verband-category,
.categories .category,
.categories_mitglieder .category_mitglieder {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 15px 15px 15px;
	/*border-bottom: 1px solid #d3d3d3;*/
}
.categories_verband .verband-category.active,
.categories .category.active,
.categories_mitglieder .category_mitglieder.active {
	box-sizing: border-box;
	padding: 15px 15px 15px 15px;
}
.verband-category,
.category,
.category_mitglieder{
	height: 50px;
}

.open .verband-category:not(:last-child),
.open .category:not(:last-child),
.open .category_mitglieder:not(:last-child){
	border-bottom: 1px solid #d3d3d3;
}

#sendmsg,
.navi {
	pointer-events:all;
}

.fa-arrow-down {
	float: right;
}

.verband-category:first-child,
.category:first-child,
.category_mitglieder:first-child {
	background-image: ;
}
.text-center {
	border-radius: 2px;
	pointer-events: none;
}

.auswahl {
	vertical-align: center;
	background: #f6f8f9;
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	display: flex;
	flex-direction: column;
	font-family: Lato, sans-serif;
	font-size: 14px;
	height: 54px;
	min-height: 1px;
	position: relative;
	text-size-adjust: 100%;
	width: 569px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-clip: content-box;
}
.auswahl:after {
	content: "\f063";
	font-family: FontAwesome;
	position: absolute;
    right: 15px;
    top: 15px;
    pointer-events: none;
}
#acategory_verband,
#acategory,
#acategory_mitglieder {
	display: none;
}
.open {
	padding:0;
	width: 539px;
	border: 1px solid #e5007d;
}

.col-md-12 {
	    padding-left: 0;
	    padding-right: 0;
}
@media (min-width: 1024px){
	.auswahl {
		width: 100%;
		max-width: 100%;
		padding:0;
		margin-bottom: 20px;
	}
	.open {
		padding:0;
		width: 100%;
		border: 1px solid #e5007d;
	}
}
@media (max-width: 1023px){
	.auswahl {
		width: 452px;
		max-width: 452px;
		padding:0;
		margin-bottom: 20px;
	}
	.open {
		padding:0;
		width: 452px;
		border: 1px solid #e5007d;
	}
}
@media (min-width: 768px) {
	.slogan {
		width: 50%;
		text-align: left;
	}
	.slogan-wrapper {
		margin-top: 100px;
		margin-left: 100px;
	}
	.auswahl {
		margin-bottom: 20px;
	}
	.auswahl {
		width: 100%;
		max-width: 100%;
		padding:0;
		margin-bottom: 20px;
	}
	.open {
		padding:0;
		width: 100%;
		border: 1px solid #e5007d;
	}
}
@media (min-width: 320px) and (max-width: 768px) {
	.auswahl {
		width: 100%;
		max-width: 100%;
		padding:0;
		margin-bottom: 20px;
	}
	.open {
		padding:0;
		width: 100%;
		border: 1px solid #e5007d;
	}
}

.verband-category:hover:not(:first-child),
.category:hover:not(:first-child),
.category_mitglieder:hover:not(:first-child)  {
	color: #e5007d;
}

.star {
    padding: 20px 20px 0 20px;
}

.check {
    height: 50px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.contact-form input#checkbox {
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
}

#datenschutz {
    height: 20px;
}

#testen {
    text-align: center;
    margin-top: 40px;
}

@media (min-width: 320px) and (max-width: 768px) {
   .beispiel {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
   .beispiel {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

.links {
    width: auto;
    padding: 15px;
}

.links a {
    color: #FFFFFF;
}

.links a:hover {
    text-decoration: none;
}
