/* lato-300 - latin */

:root {
    --main-green: #b3ce59;
    --main-blue: #046a91;
    --main-blue-quarter-transparent: #046a9122;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/lato-v23-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
    url('/fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/lato-v23-latin-300.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-regular - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/lato-v23-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/lato-v23-latin-regular.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-700 - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/lato-v23-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/lato-v23-latin-700.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-900 - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/lato-v23-latin-900.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
    url('/fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/lato-v23-latin-900.svg#Lato') format('svg');
    /* Legacy iOS */
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #414141;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
p,
ul {
    margin: 0 0 1.15em;
    line-height: 1.1em;
}

h1 {
    font-size: 48px;
    font-weight: 300;
    margin: 0 0 0.64em;
}

h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 0.42em;
}

h3 {
    font-size: 30px;
    margin: 0 0 0.75em;
}

h3.price {
    color: var(--main-green);
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 0.25em;
}

h4 {
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 0.2em;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a.lnk {
    background-color: var(--main-green);
    border-radius: 5px;
    display: inline-block;
    padding: 9px 10px;
    text-align: center;
    text-transform: uppercase;
}

a.lnk:hover {
    color: #fff;
    text-decoration: none;
}

a.mail {
    color: #515151;
}

ul.dashed {
    list-style-type: none;
}

ul.dashed>li {
    line-height: 1.1em;
    margin: 0 0 0.71em;
    text-indent: -40px;
}

ul.dashed>li::before {
    content: "-";
    padding-right: 30px;
}

p,
li {
    line-height: 1.52em;
}

div,
td {
    vertical-align: top;
}

figcaption {
    display: none;
}

header,
section,
footer {
    position: relative;
}

header {
    height: 236px;
    padding: 10px 0 15px;
    transition-duration: 0.5s;
    transition-property: height;
}

section#header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section#header ul li {
    display: inline-block;
    margin-left: 0.8%;
    vertical-align: top;
}

section#header ul li#head1,
section#header ul li#head2,
section#header ul li#head3,
section#header ul li#head4 {
    height: 400px;
    max-height: 400px;
}

section#header ul li#head1 {
    background-image: url(../images/team-foto.jpg);
    background-size: cover;
    width: 29.87%;
}

section#header ul li#head2 {
    background-color: var(--main-green);
    color: #fff;
    font-size: 24px;
    position: relative;
    text-align: center;
    width: 19%;
}

section#header ul li#head2 #va {
    left: 25px;
    position: absolute;
    right: 25px;
    top: 53%;
    transform: translateY(-50%);
}

section#header ul li#head3 {
    background-image: url(../images/header02_neue.jpg);
    background-size: cover;
    width: 19%;
}

section#header ul li#head4 {
    background-image: url(../images/header03_neue.jpg);
    background-size: cover;
    width: 29.731%;
}

section#header ul li:first-child {
    margin-left: 0;
}

section#content1 {
    padding: 50px 0 15px;
}

section#content2 {
    background-color: #f2f2ee;
    padding: 30px 0 0;
}

section#content3 {
    padding: 50px 0 55px;
}

section#content3 hr {
    border-color: var(--main-blue);
    border-width: 1px 0 0;
    margin-bottom: 30px;
    margin-top: 0;
}

section#contact {
    background-color: var(--main-blue-quarter-transparent);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: contain;
    padding: 10px 0;
}

section#contact .fa {
    color: #414141;
}

footer {
    background-color: var(--main-blue-quarter-transparent);
    color: #fff;
    margin: 30px 0 0;
    padding: 30px 0;
}

#about {
    bottom: 23.5%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}

#bxslider {
    margin: 0 auto;
    max-width: 1170px;
}

#carousel-control {
    margin: 0 auto;
    max-width: 360px;
    padding-bottom: 100px;
    position: relative;
}

#galbtn {
    bottom: 15px;
    left: 15px;
    position: absolute;
}

#gmap {
    border: 1px solid var(--main-blue);
    height: 450px;
    width: 100%;
}

#icon {
    left: 30px;
    position: absolute;
    top: 26px;
}

#logo {
    color: var(--main-blue);
    font-size: 68px;
    font-weight: 900;
    letter-spacing: 0.045em;
    margin: 35px 0 0;
    text-align: center;
    text-transform: uppercase;
}

#logo a,
#logo a:hover {
    color: var(--main-blue);
    text-decoration: none;
}

#menu-icon {
    cursor: pointer;
    display: none;
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 10px;
    z-index: 30;
}

#panel {
    background-color: #fff;
    border-bottom: 1px solid #0f3699;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    display: none;
    left: 0;
    padding: 2px 15px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
}

#panel img {
    max-width: 102px;
}

#pic {
    margin-bottom: 60px;
    position: relative;
}

#pic a.lnk {
    max-width: 262px;
    width: 100%;
}

#phone-icon {
    cursor: pointer;
    display: none;
    right: 0;
    padding: 0 15px;
    position: absolute;
    top: 7px;
    z-index: 10;
}

#submenu {
    background-color: var(--main-blue-quarter-transparent);
}

#telmail {
    color: #121212;
    font-size: 24px;
    margin-top: 40px;
    text-align: right;
}

#title {
    font-size: 42px;
    line-height: 1.2em;
}

#up {
    bottom: 0;
    display: none;
    font-size: 21px;
    position: fixed;
    right: 10px;
    z-index: 2;
}

.box {
    background-color: var(--main-green);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 22px;
    padding: 20px 15px 5px;
}

.box2 {
    background-color: var(--main-blue);
    color: #fff;
    font-size: 24px;
    padding: 7px;
    text-align: center;
}

.box3 {
    background-color: var(--main-green);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 7px;
    text-align: center;
}

.brdr {
    border: 1px solid var(--main-green);
}


/*.bx-wrapper {
    background: transparent;
    border: 0 none;
    margin-bottom: 0;
}

.bx-wrapper .bx-controls-auto, 
.bx-wrapper .bx-pager {
    bottom: 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    height: 18px;
    width: 18px;
}

.bx-wrapper .bx-controls-direction a {
    height: 80px;
    top: 46%;
    width: 23px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus, 
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fff;
}

.bx-wrapper .bx-prev {
    background-image: url(../images/controls.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
    left: 15px;
}

.bx-wrapper .bx-next {
    background-image: url(../images/controls.png);
	background-position: -23px 0px;
	background-repeat: no-repeat;
    right: 15px;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
	background-position: -23px 0px;
}*/

.carousel .ttl {
    background-color: var(--main-blue);
    color: #fff;
    font-size: 30px;
    left: 0;
    line-height: 1.45em;
    margin: 22px auto;
    max-width: 152px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    text-shadow: none;
}

.carousel-control.left {
    text-align: left;
}

.carousel-control.right {
    text-align: right;
}

.carousel-indicators li {
    border: 2px solid #f4f4f4;
    border-radius: 0;
    height: 17px;
    margin: 0 2px;
    width: 17px;
}

.carousel-indicators .active {
    background-color: #d3d3d3;
    border: 2px solid #f4f4f4;
    border-radius: 0;
    height: 17px;
    margin: 0 2px;
    width: 17px;
}

.carousel-inner img {
    margin: auto;
}

.carousel-caption {
    color: #414141;
    left: auto;
    padding-bottom: 36px;
    padding-top: 33px;
    position: relative;
    right: auto;
    text-align: left;
    text-shadow: none;
}

.cont1 {
    padding-right: 15px;
}

.cont2 {
    padding-left: 15px;
}

.cont3 {
    padding: 0 15px;
}

.da-thumbs {
    position: relative;
    text-align: center;
}

.da-thumbs a.lnk {
    margin: 30px 0;
    width: 100%;
}

.da-thumbs .da-thumb {
    position: relative;
}

.da-thumbs .da-thumb div {
    display: block !important;
}

.da-thumbs a div {
    background: rgba(75, 75, 75, 0.7);
    height: 100%;
    position: absolute;
    width: 100%;
}

.da-thumbs .da-thumb a div span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 -10px 0 rgba(255, 255, 255, 0.3);
    color: var(--main-green);
    display: block;
    font-weight: 600;
    margin: 40px 20px 20px;
    padding: 10px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.da-thumbs .da-thumb a,
.da-thumbs .da-thumb a img {
    display: block;
    position: relative;
}

.da-thumbs .da-thumb a {
    overflow: hidden;
}

.diff {
    margin-top: 50px;
}

.fa {
    color: var(--main-green);
}

.fa.fa-angle-down {
    vertical-align: top;
}

.fa.fa-phone {
    position: relative;
    top: 3px;
}

.fixedpos {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 1);
    left: 0;
    max-width: 100%;
    padding: 5px 0 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}


.fixedpos #logo {
    font-size: 42px;
    margin: 0;
}

.fixedpos .col {
    margin: 0 auto;
    max-width: 700px;
    position: relative;
}

.fixedpos .menu-top {
    display: none;
}

.fixedpos .menu-main {
    margin-top: 10px;
}

.fixedpos .menu-sub-bg {
    min-height: 215px;
}

.picture {
    position: relative;
}

.pswp__caption__center {
    text-align: center !important;
}

.team {
    margin-bottom: 25px;
}

.ttl {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 22px;
}

.clr {
    clear: both;
    overflow: hidden;
}

.ina {
    display: none;
}

.tblt-mbl {
    display: none;
}

.mbl {
    display: none;
}

.fss {
    font-size: 0.75em;
}

.pdg {
    padding: 0;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

@media all and (max-width: 1760px) {
    section#header ul li#head2 {
        font-size: 21px;
    }
    #title {
        font-size: 30px;
    }
}

@media all and (max-width: 1400px) {
    section#header ul li#head1,
    section#header ul li#head2,
    section#header ul li#head3,
    section#header ul li#head4 {
        height: 350px;
    }
    section#header ul li#head2 #va {
        left: 15px;
        right: 15px;
        top: 15px;
        transform: inherit;
    }
}

@media all and (max-width: 1300px) {
    section#header ul li#head1,
    section#header ul li#head2,
    section#header ul li#head3,
    section#header ul li#head4 {
        height: 315px;
    }
}

@media all and (max-width: 1200px) {
    header {
        height: 201px;
    }
    section#header ul li#head1 {
        display: none;
    }
    section#header ul li#head2,
    section#header ul li#head3 {
        width: 28%;
    }
    section#header ul li#head4 {
        width: 41.402%;
    }
    #icon {
        left: 130px;
        width: 93px;
    }
    #logo {
        font-size: 42px;
    }
    /*.bx-wrapper .bx-prev {
		background-position: 5px 0;
		background-size: auto 60px;
	}
	
	.bx-wrapper .bx-next {
		background-position: -17px 0;
		background-size: auto 60px;
	}*/
}

@media all and (max-width: 991px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 36px;
    }
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    header {
        height: 144px;
    }
    section#header ul li#head1,
    section#header ul li#head2,
    section#header ul li#head3,
    section#header ul li#head4 {
        height: 216px;
    }
    section#header ul li#head2 {
        font-size: 16px;
    }
    section#content1 {
        padding: 35px 0 15px;
    }
    /*section#content2 {
		padding: 0;
	}*/
    #about {
        bottom: 14.5%;
    }
    #icon {
        left: 60px;
        top: 35px;
    }
    #logo {
        margin: 42px 0 0;
    }
    #menu-icon {
        display: block !important;
    }
    #pic {
        margin-bottom: 45px;
    }
    #title {
        font-size: 26px;
    }
    .box {
        font-size: 19px;
    }
    .col {
        margin-left: 85px;
    }
    .fixedpos {
        padding: 5px 0;
    }
    .fixedpos #icon {
        top: 0px;
    }
    .fixedpos #logo {
        font-size: 34px;
        margin: 5px 0;
    }
    /*.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		bottom: 15px;
	}

	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 10px;
		height: 10px;
	}
	
	.bx-wrapper .bx-prev:focus,
	.bx-wrapper .bx-prev:hover {
		background-position: 5px 0;
	}
	
	.bx-wrapper .bx-next:focus,
	.bx-wrapper .bx-next:hover {
		background-position: -17px 0;
	}*/
}

@media all and (max-width: 767px) {
    body {
        font-size: 16px;
    }
    h1,
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 21px;
    }
    h4 {
        font-size: 17px;
    }
    header {
        height: auto;
        padding: 10px 0 0;
    }
    section#header ul li {
        margin-left: 2%;
    }
    section#header ul li#head2 {
        font-size: 14px;
    }
    section#header ul li#head2,
    section#header ul li#head3 {
        height: 154px;
        text-align: center;
        width: 47%;
    }
    section#header ul li#head4 {
        height: 200px;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 2%;
        text-align: center;
        width: 96%;
    }
    section#content3 {
        padding: 15px 0;
    }
    section#content3 hr {
        margin-bottom: 25px;
    }
    section#contact {
        margin-top: 15px;
        text-align: center;
    }
    footer {
        padding: 0 0 30px;
    }
    #gmap {
        height: 250px;
    }
    #icon {
        left: 0;
        top: 0;
        position: relative;
        text-align: center;
        right: 0;
        margin: 0 auto 15px;
    }
    #logo {
        font-size: 28px;
        line-height: 1em;
        margin: 0 auto;
        width: auto;
    }
    #title {
        font-size: 16px;
        font-weight: 600;
    }
    #up {
        font-size: 18px;
    }
    /*.bx-wrapper .bx-prev,
	.bx-wrapper .bx-next {
		background-image: none;
	}*/
    .box {
        font-size: 18px;
        padding: 10px 15px;
    }
    .box2,
    .box3 {
        font-size: 20px;
    }
    .carousel .ttl {
        font-size: 24px;
    }
    .col {
        margin: 0 auto 18px;
        max-width: 330px;
    }
    .cont1 {
        padding-right: 0;
    }
    .cont2 {
        padding-left: 0;
    }
    .da-thumbs a.lnk {
        margin: 10px 0;
    }
    .diff {
        margin-top: 0;
    }
    .fa.fa-angle-left.fa-4x,
    .fa.fa-angle-right.fa-4x {
        font-size: 74px;
    }
    .fixedpos #icon {
        display: none;
    }
    .fixedpos #logo {
        font-size: 16px;
        margin: 10px 0;
    }
    .team {
        margin-bottom: 5px;
    }
    .ttl {
        font-size: 18px;
        font-weight: 600;
    }
    .dsk {
        display: none;
    }
    .mbl {
        display: inline-block;
    }
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav ul li {
    color: #414141;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.nav ul li a {
    color: #414141;
    text-decoration: none;
}

.nav ul li a:hover {
    text-decoration: underline;
}

.nav-tabs {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
}

.nav-tabs>li {
    display: inline-block;
    float: none;
}

.menu-top {
    position: absolute;
    right: 0;
    top: 0;
}

.menu-main {
    margin-top: 42px;
    text-align: center;
}

.menu-sub {
    background-color: var(--main-green);
    margin: 0 auto;
    padding: 22px 0;
    text-align: center;
}

.menu-top ul li,
.menu-main ul li,
.menu-sub ul li {
    display: inline-block;
}

.menu-top ul li a {
    display: block;
    margin-left: 25px;
}

.menu-main ul li a {
    display: block;
    padding: 11px 17px;
}

.menu-main ul li.active a,
.menu-main ul li a:hover {
    background-color: var(--main-blue);
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.menu-sub ul li {
    font-size: 18px;
    padding: 0 13px;
}

.menu-sub ul li.active>a,
.menu-sub ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.menu-main ul li:hover>ul,
.menu-main ul li:hover>.menu-sub-bg {
    display: block;
}

.menu-main ul li ul {
    background-color: #fff;
    display: none;
    height: 215px;
    min-width: 243px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 999;
}

.menu-main ul li ul li {
    background-image: none;
    display: block;
    margin: 0;
    padding: 0;
}

.menu-main ul li ul li:first-child {
    border-left: 0 none;
}

.menu-main ul li ul li {
    border-left: 0 none;
}

.menu-main ul li ul li {
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 12px 0;
}

.menu-main ul li ul li:first-child {
    padding: 17px 0 12px;
}

.menu-main ul li ul li:last-child {
    padding: 12px 0;
}

.menu-main ul li ul li a {
    padding: 3px 17px;
}

.menu-main ul li.active ul li a {
    background-color: transparent;
    color: #414141;
    padding: 3px 17px;
    text-decoration: none;
}

.menu-main ul li ul li a:hover {
    background-color: transparent;
    color: #414141;
    padding: 3px 17px;
    text-decoration: underline;
}


/*.menu-main ul li a:hover, 
.menu-main ul li.active {
    background-color: #8dc838;
}*/


/*.menu-main ul li ul li a:hover,
.menu-main ul li ul li.active {
    background-color: transparent;
}*/


/*.menu-main ul li a:hover,
.menu-main ul li.active a {
    color: #fff;
}*/

.menu-sub-bg {
    background-color: rgba(255, 255, 255, 0.85);
    display: none;
    left: 0;
    margin: 0 auto;
    min-height: 415px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
}

.menu-mbl {
    display: none;
}

.menu-foot ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.menu-foot ul li {
    display: block;
    font-size: 14px;
    margin: 15px 0;
    text-transform: uppercase;
}

@media all and (max-width: 1200px) {
    .menu-main ul li a {
        padding: 11px 15px;
    }
}

@media all and (max-width: 991px) {
    .menu-top,
    .menu-main,
    .menu-sub {
        display: none;
    }
    .menu-foot {
        margin-top: 33px;
        text-align: center;
    }
    .menu-foot ul li {
        display: inline-block;
        margin: 0 15px;
    }
}

@media all and (max-width: 767px) {
    .menu-top {
        display: none;
    }
}

form {
    margin: 0 auto;
    text-align: left;
}

legend {
    font-weight: bold;
    margin: 0 0 5px 0;
}

fieldset {
    border: 0 none;
    clear: both;
    margin: 0 auto 17px auto;
    padding: 0;
}

label {
    float: left;
    font-size: 1em;
    font-weight: normal;
    margin: 2px 0 0 0;
    padding: 0 0 2px 0;
    width: 25%;
}

input,
select,
textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    color: #5a5a5a;
    display: inline;
    float: left;
    font-size: 18px;
    padding: 11px 12px;
    width: 100%;
}

select {
    appearance: none;
    background-image: url(../images/arrow_select.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 11px 39px 11px 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
    display: inline;
    float: left;
    margin: 8px 8px 0 0;
    width: auto;
}

input[type="file"] {
    font-size: 0.777em;
}

textarea {
    min-height: 249px;
    resize: vertical;
}

#email {
    display: none;
}

.button {
    background: #b1006a;
    border: 0 none;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 1.4em;
    margin: 0 auto 10px;
    max-width: 300px;
    padding: 7px 0;
    width: 100%;
}

.button:hover {
    color: #fff;
}

.btn {
    -moz-user-select: none;
    background: #e72c1b;
    border: 3px solid #fff;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    white-space: nowrap;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #5a5a5a;
    display: block;
    font-size: 18px;
    height: 50px;
}

.error {
    background-color: #fee;
    border-color: #c00;
}

.input-group-addon {
    background-color: #7c932c;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 15px;
    text-align: center;
}

.form-control::-moz-placeholder {
    color: #aaa;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
}

.form-control:-ms-input-placeholder {
    color: #aaa;
}

.form-control:-moz-placeholder {
    color: #aaa;
}

::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
}

::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
}

:-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

@media all and (max-width: 991px) {
    input[type=checkbox],
    input[type=radio] {
        margin: 7px 8px 0 0;
    }
}

@media all and (max-width: 767px) {
    fieldset {
        margin: 0 auto 10px;
    }
    label#spam2 {
        float: left;
    }
    input,
    select,
    textarea {
        font-size: 16px;
    }
    input#npt3,
    input#telephone {
        padding: 10px 3%;
    }
    .btn {
        font-size: 18px;
        padding: 7px 10px;
    }
}

@media all and (max-width: 640px) {
    input,
    select,
    textarea {
        display: block;
        float: none;
        width: 100%;
    }
}


/* ### menu ### */

#menu_openclose {
    background-color: #fff;
    background-image: url(../images/icon_menu.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    color: #a70015;
    cursor: pointer;
    font-size: 1.2em;
    height: 39px;
    position: relative;
    text-align: center;
}

#menu-mbl_phone {
    font-size: 0.95em;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: 9px;
    z-index: 1000;
}

#menu-mbl_txt {
    display: none;
    padding: 8px 18px;
}

#m31-pusher {
    margin: 0;
}

#m31-pusher_main hr {
    border-color: var(--main-green);
    margin: 10px 0;
}

#m31-pusher_main img {
    border-radius: 0;
}

#m31-pusher_main .fa {
    color: var(--main-green);
    font-size: 24px;
    float: right;
    position: relative;
    top: 1px;
}


/*#m31-back_main, #m31-back_allgemein {*/

#m31-back_allgemein {
    background: url(../images/arrow-left.png) no-repeat;
    background-position: right center;
}

#menu-allgemein {
    background: url(../images/arrow-right.png) no-repeat;
    background-position: right center;
}

.menu-trigger {
    font-size: 1em;
    padding: .5em;
    content: "\61";
}

.m31-pusher {
    position: fixed;
    left: -320px;
    /* Menü von links */
    /*right: 0px;*/
    /* Menü von rechts */
    top: 0;
    width: 0px;
    z-index: 999999;
}

.m31-closeport {
    color: var(--main-green);
    font-size: 2.5em;
    line-height: 1em;
    position: absolute;
    right: 0;
    top: 0;
}

.m31-backport {
    color: #fff;
    font-size: 21px;
    left: 0;
    position: absolute;
    text-align: left;
    text-transform: none;
    top: 5px;
    width: 100%;
}

.m31-menu {
    /*width:100%;*/
    width: 10px;
    height: 100%;
    position: relative;
    z-index: 9999;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    /*overflow:scroll;*/
}

.m31-menu a {
    text-decoration: none;
}

.m31-menu-close,
.m31-menu-level-praxis-close {
    display: none;
}

.m31-menu-open,
.m31-menu-level-praxis-open {
    display: inline-block;
}

.m31-level {
    position: absolute;
    /*padding: 0 21px !important;*/
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    background: #fff;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    overflow-y: auto;
}


/* overlays for pusher and for level that gets covered */

.m31-pusher::after,
.m31-level::after,
.m31-level::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.m31-pusher::after,
.m31-level::after {
    background: rgba(255, 255, 255, 1);
    -ms-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.m31-level::after {
    z-index: -1;
}

.m31-pusher.m31-pushed::after,
.m31-level.m31-level-overlay::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.m31-level.m31-level-overlay {
    cursor: pointer;
}

.m31-level.m31-level-overlay.m31-level::before {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1;
}

.m31-pusher,
.m31-level {
    height: 100%;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a.m31-back.menu-close {
    font-size: 1em;
    margin-bottom: 10px;
    padding: 1.25em 0;
}


/* First level */

.m31-menu>.m31-level,
.m31-menu>.m31-level.m31-level-open,
.m31-menu.m31-overlap>.m31-level,
.m31-menu.m31-overlap>.m31-level.m31-level-open {
    /*box-shadow: none;*/
    /*border-right: 1px solid #9a9a9a;*/
    border-left;
    1px solid #9a9a9a;
    /*box-shadow: -10px 0 10px #d7d7d7;*/
    -ms-transform: translate3d(-10%, 0, 0);
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
}

.m31-cover .m31-level.m31-level-open {
    background: var(--main-blue);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.m31-cover .m31-level.m31-level-open>ul>li>.m31-level:not(.m31-level-open) {
    -ms-transform: translate3d(-110%, 0, 0);
    -webkit-transform: translate3d(-110%, 0, 0);
    -moz-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
}

.m31-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

.m31-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
}

.m31-menu.m31-cover h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1em;
}

.m31-menu ul li>span {
    display: block;
    padding: 0.7em 1em 0.7em 1.8em;
    outline: none;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 1.4em;
    -ms-transition: background 0.3s, box-shadow 0.3s;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}

.m31-menu ul li>a {
    display: block;
    padding: 0.37em 0;
    outline: none;
    /*box-shadow: inset 0 -1px rgba(225,225,225,1);*/
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 21px;
    /*-ms-transition: background 0.3s, box-shadow 0.3s;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;*/
    transition: background 0.3s, box-shadow 0.3s;
    color: #fff;
    text-align: left;
    text-decoration: none;
}

.m31-menu ul li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.2);
    line-height: 3.5;
}

.m31-menu ul li {
    margin: 0;
}

.m31-menu ul li a span {
    color: #b1006a;
    font-weight: 700;
}


/*.m31-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}*/

.m31-menu ul li a:hover,
.m31-level>ul>li:first-child>a:hover {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}

.m31-menu .m31-level.m31-level-overlay>ul>li>a,
.m31-level.m31-level-overlay>ul>li:first-child>a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}

.m31-level>ul>li:first-child>a:hover,
.m31-level.m31-level-overlay>ul>li:first-child>a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0);
}

.m31-back {
    border-bottom: 1px solid var(--main-green);
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-transform: uppercase;
    /*letter-spacing: 0.1em;*/
    font-weight: 100;
    display: block;
    font-size: 1.1em;
    margin: 0 15px 15px;
    padding: 1em 0;
    position: relative;
    outline: none;
    -ms-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    text-align: right;
}

.m31-back::after {
    color: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 10px;
}

.m31-menu .m31-level.m31-level-overlay>.m31-back,
.m31-menu .m31-level.m31-level-overlay>.m31-back::after {
    background: transparent;
    box-shadow: none;
    color: transparent;
}


/* Fallback  for browsers that don't support 3D transforms (and no JS fallback) */


/* show the first level only */

.no-csstransforms3d .m31-pusher,
.no-js .m31-pusher {
    padding-left: 300px;
}

.no-csstransforms3d .m31-menu .m31-level,
.no-js .m31-menu .m31-level {
    display: none;
}

.no-csstransforms3d .m31-menu>.m31-level,
.no-js .m31-menu>.m31-level {
    display: block;
}

.carousel-indicators {
    bottom: -20px;
    /* padding-top: 20px; */
}

.logo-img {
    height: 100%;
    object-fit: contain;
}

.icon-container {
    height: 100px;
}

.fixedpos .icon-container {
    height: 55px;
}

.fixedpos #icon {
    top:0;
}

@media (max-width: 1200px) {
    .icon-container {
        height: 80px;
    }
}