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


html,
body {
    overflow: hidden;
    margin: 0;
    font-size: 14pt;
    color: #333;
    font-family: "Muli";
    margin-bottom:45px;
}

#contactsection,
#contactsection .fp-tableCell{
	height:auto !important;	
}

.background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 130vh;
    position: fixed;
    width: 100%;
    -webkit-transform: translateY(30vh);
    transform: translateY(30vh);
    -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
    transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}

.background:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



/* Set stacking context of slides */

.background:nth-child(1) {
    z-index: 7;
}

.content {
    height: 100vh;
    min-height: 834px;
    background-size: cover;
}

#page1 {
    background-image: url("../page1.jpg");


}

.background:nth-child(2) {
    z-index: 6;
}

#page2 {
    background-image: url("../page2.jpg");
}

.background:nth-child(3) {
    z-index: 5;
}

#page3 {
    background-image: url("../page3.jpg")
}

.background:nth-child(4) {
    z-index: 4;
}

#page4 {
    background-color: #bcdeff;
}

.background:nth-child(5) {
    z-index: 3;
}

#page5 {
    background-image: url("../page5.jpg")
}

.background:nth-child(6) {
    z-index: 2;
}

#page6 {
    background-image: url("../page6.jpg")
}

.background:nth-child(7) {
    z-index: 1;
}

.background.up-scroll {
    -webkit-transform: translate3d(0, -15vh, 0);
    transform: translate3d(0, -15vh, 0);
}

.background.up-scroll .content-wrapper {
    -webkit-transform: translateY(15vh);
    transform: translateY(15vh);
}

.background.up-scroll + .background {
    -webkit-transform: translate3d(0, 30vh, 0);
    transform: translate3d(0, 30vh, 0);
}

.background.up-scroll + .background .content-wrapper {
    -webkit-transform: translateY(30vh);
    transform: translateY(30vh);
}

.background.down-scroll {
    -webkit-transform: translate3d(0, -130vh, 0);
    transform: translate3d(0, -130vh, 0);
}

.background.down-scroll .content-wrapper {
    -webkit-transform: translateY(40vh);
    transform: translateY(40vh);
}

.background.down-scroll + .background:not(.down-scroll) {
    -webkit-transform: translate3d(0, -15vh, 0);
    transform: translate3d(0, -15vh, 0);
}

.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
    -webkit-transform: translateY(15vh);
    transform: translateY(15vh);
}

.menu button {
    position: fixed;
    right: 20px;
}

.menu .next {
    bottom: 40%;
}

.menu .back {
    top: 40%;
    display: none;
}

.section {
    background-color: #ffffff;
}

.section:nth-child(odd) {
    background-color: #f2f2f2;
}

.section:last-child {
    background-color: #333333;
}

#footer {
    background-color: #333;
}

#button2 {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: transparent;
    background-color: transparent;
    box-sizing: border-box;
    padding: 0px;
    border: 0px;
}

button img {
    padding: 10px;
}

button img:hover {
    cursor: pointer;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
    padding: 0;
    border-radius: 0px;

}

#myBtn:hover {
    background-color: transparent;
}

#myBtn-white {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
    padding: 0;
    border-radius: 0px;
}

#myBtn-white:hover {
    background-color: transparent;
}

#menu {
    position: absolute;
    z-index: 999;
    width: 100%
}

#menu-fixed {}

#menu-logo {
    padding: 40px;
    margin-left: 100px;
}

#logo {
    width: 80%;
}

.button-position {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    color: #fff !important;
}


.simple-button {
	padding:10px 20px;
	border:3px solid #fff;
	font-size: 18pt;
	width: auto;
	display: inline;
    color: #fff;
}

.simple-button:hover {
	text-decoration: none;
	border-color: #ff8000;
}




.h1 {
    margin: 0;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    transform: translate(0%, -50%);
    font-size: 83pt;
}

.h2 {
    margin: 0;
    position: absolute;
    top: 45%;
    /* left: 50%; */
    transform: translate(0%, -50%);
    font-size: 30pt;
    text-align: center;
    width: 100%;
}

h2 {
    margin-top: 0px;
}

.text2 {
    color: white;
    max-width: 40%;
    margin: 80px;
    margin-top: 0px;
    position: relative;
    padding-top: 200px;
    text-align: center;
}

.text3 {
    max-width: 60%;
    text-align: center;
    margin-left: 80px;
    padding-top: 50px;
}

.text4 {
    color: #ffffff;
    text-align: center;
    margin-left: 80px;
    margin-right: 80px;
}


#page4icons {
    padding-top: 20px;
}

#page4h2 {
    color: #252523;
    text-align: center;
    padding-top: 50px;
}

#page5h2 {
    color: white;
    text-align: center;
    padding-top: 50px;
}

#col3 {
    max-width: 80%;
    margin: auto;
}

.icontext {
    color: white;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}


.arrow-up {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #ff8000;
    margin: -30px auto 0;
    z-index: 999;
    position: relative;
}



/* Slider Rechts */

.termin-box {
    transition: all 0.5s ease;
    position: fixed;
    background-color: #fff;
    top: 40px;
    width: 50px;
    height: 50px;
    right: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    padding: 10px;
    z-index: 999;
    cursor: pointer;
}

.termin-title {
    padding-top: 10px;
}

.termin-box a, a:hover {color:#333}

/*
.termin-box:hover,
.mail-box:hover {
    width: 300px;
    height: auto;
    position: fixed;
    right: 0px;
    z-index: 9999;
}
*/

.termin-box:hover {
    width: 75%;
    height: auto;
    max-height: 220px;
    z-index: 9999;
}

.termin-box > div {
    opacity: 0;
    transition: all 0.3s ease 0.2s;
}


.termin-box:hover > div {
    opacity: 1;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    font-size: 100pt;
    color: #333;
}

.termin-box .icon {
	width:30px;
	height:30px;
	color:#ff8000;
}
.termin-news-box .icon {
	margin: 0 auto;
	color:#ff8000;
	width:60px;
	height:60px;
}
#termin-news-contact .icon {
	color:#000;
	width:30px;
	height:30px;
}


.kontakt {
    padding: 10px;
    border-top: 1px solid #aaa;
}


.kontakt_news {
    margin:0px;
    width:100%;
    position: fixed;
    bottom: 0px;
    color: #fff;
    background-color: #ff8000;
    text-align: center;
    height: 45px;
    z-index: 999;
}

.kontakt_bottom {
    padding: 5px;
    background-color:transparent;
    border:none;
    width:100%;
}


.news_bottom {
    padding: 10px;
    background-color:transparent;
    border:none;
    font-size:20px;
    width:100%;
}

.news_dropup {
height: auto;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
    padding: 30px 0px;
    color: #fff;
    display: none;
}

.show {display: block;}


.row {margin:0px;}


.liste {
    list-style-type: square;
    color: #000;
    padding-top: 20px;
    padding-left: 60px;
    font-size: 18px;
    margin-bottom: 40px;
}


/*Kontakt und News Slide in*/


.termin-box2 {
	transition: all 0.5s ease;
    position: fixed;
    background-color: #fff;
    top: 118px;
    width: 50px;
    height: 120px;
    right: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    padding: 10px;
    z-index: 999;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
}

.termin-box2 a {
    color: #333;
}

.termin-box2:hover {
    width: 600px;
    height: auto;
    max-height:500px;
    z-index: 9999;
    padding:20px;
}

.termin-box-inhalt {
	display: none;
    opacity: 0;
    transition: all 0.3s ease;
    width: 600px;
}


.termin-box2:hover .termin-box-inhalt {
    display:block;
    opacity:1;
}

.termin-box2:hover > .icon-termin-box {
    display:none;
}

.termin-box2 svg {
    width:20px;
}

.icon-termin-box {
    width:30px !important;
}

.termin-link {
    position:relative;
    top:-5px;
}

.image-termin-box {
    width: 49%;
    margin: 5px auto 10px;
}

.termin-line {
    border-top: 1px solid #000;
    margin: 20px 0px;
}




.button-link2 {
    padding: 10px 20px;
    text-align: center;
    border: none;
    font-size: 15pt;
    margin:10px auto;
    font-weight: 600;
    background-color: #333;
    color: #fff;
    background-image: linear-gradient(to right, #000000, #0246ff, #73ccff, #ff8000, #000000);
    background-size: 600%;
    background-position: 0 0;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-name: gradients;
    max-width: 400px;
	text-decoration:none;
    position: relative;
    top: 10px;
}

.button-link2 a {
    color:#fff;
}

.button-link2 a:hover {
    color:#fff;
}

.button-link2:hover {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    cursor: pointer;
	text-decoration:none;
}



/* Small */


.termin-box_mobile {
	transition: all 0.5s ease;
    position: fixed;
    background-color: #fff;
    bottom: 0px;
    width: 100%;
    height: 50px;
    right: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    padding: 10px;
    z-index: 999;
    transition: all 0.3s ease;
    cursor:pointer;
    overflow-x:hidden;
	overflow-y:hidden;
}

.termin-box-inhalt_mobile {
	display: none;
    transition: all 0.3s ease;
    margin-top:30px;
}

.termin-box_mobile svg {
    width:20px;
}


.termin-icon_mobile {
    width:30px !important;
    display:block;
    margin:auto;
}

.image-termin-box_mobile {
    width: 40%;
    margin: 5px auto 10px;
}

.termin-box-close {
    display:none;
    float:right;
    z-index: 1100;
    cursor:pointer;
	position:fixed;
	top:10px;
	right:20px;
}


@media (max-width:375px) {
 
.image-termin-box_mobile {
    width: 90%;
    margin: 5px auto 10px;
}   
}




@media screen and(min-width: 970px) {
    .me {
        display: none;
    }
}





#footer-meetus {
    background-color: #ff8000;
    padding: 3% 10%;
    color: #fff;
}

#footer-meetus a {
    color: #fff;
}

#footer-sitemap {
    background-color: #333;
    color: #fff;
    padding: 3% 10%;
    text-align: center;
}

#footer-sitemap a {
    margin: 0px 5px;
    color: #fff;
}

#footer-logos {
    margin: 0 auto;
    text-align: center;
}

#footer-logos a {
    margin: 0px;
}

#footer-logo {
    max-width: 250px;
    margin: 25px;
    float: left;
}

.footer-icons {
    max-width: 35px;
    margin: 15px;
    opacity: 0.5;
}

.footer-icons:hover {
    opacity: 1;
}

#osg-logo {
    display: inline-block;
}

.social-footer {
    float: right;
    display: inline-block;
}

#social-holder {
    overflow: hidden;
    display: inline-block;
}


@media (max-width:1600px) {
    #menu-logo {
        padding: 40px 20px;
    }

    #footer-meetus .text {
        font-size: 12pt;
    }
    .text4 {
        font-size: 21px;
    }

    .container #nav_slide {
        bottom: 24%;
    }

}

@media (max-width:1200px) {

    .contactfield {
        max-width: 95%;
        padding-right: 40px;
    }
    .menu .next {
        bottom: 35%;
    }
    .menu .back {
        top: 35%;
    }
    #menu-logo {
        padding: 20px;
    }

    #footer-logo {
        margin: 0 25px;
    }
    .footer-icons {
        margin: 10px;
    }

    .h1 {
        top: 32%;
        font-size: 48pt;
    }

    .h2 {
        top: 40%;
        font-size: 24pt;
    }

    .termin-box {
        width: 45px;
        height: 45px;
        padding: 6px;
    }

    .button1 {
        top: 55%;
    }

    #page1 {
        background-position: center
    }

    #page2 {
        background-position: center
    }

    .text2 {
        max-width: 45%;
        font-size: 20px;
        padding-top:50px;
    }

    #page3 {
        background-position: center;
    }
    .text3 {
        max-width: 70%;
        padding-top: 50px;
        font-size: 20px;
    }
    .text4 {
        font-size: 20px;
    }

    .container #nav_slide {
        bottom: 36%
    }

    label span {
        font-size: 40pt;
        top: 35%;
    }

    .container {
        margin-top: 25px;
    }
}


@media (max-width:992px) {
    #menu-logo {
        margin: 0;
        margin-bottom: 20px;
    }

    #footer-meetus .text {
        font-size: 18pt;
    }
    .icon_slider {
        width: 30px;
        margin: 10px;
    }
}

@media (max-width:768px) {

    .contactinput {
        padding: 5px !important;
        margin: 5px !important;
        width: 100%
    }


    #menu-logo {
        padding: 15px;
    }
    #footer-meetus,
    #footer-sitemap {
        padding: 3%;
    }

    #page2 {
        background-image: url("../page21.jpg");
        background-position: right;
    }

    .text2 {
        max-width: 50%;
        font-size: 18px;
        margin-top: 0px;
        margin-left: 40px;
    }

    .text3 {
        font-size: 18px;
        margin-left: 40px;
        max-width: 80%;
    }

    .text4 {
        font-size: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .container #nav_slide {
        bottom: 36%;
        width: 72%
    }
    .container {
        margin: auto;
        margin-top: -32px;
        user-select: none;
        width: 68%;
    }
    .container .slide_img {
        position: absolute;
        width: 64%;
    }
    
    .simple-button {
        font-size: 14pt;
    }
}


@media (max-width:550px) {

    .contactinput {
        padding: 0px !important;
	    margin: 3px !important;
	    width: 100%;
	    height: 25px;
	    font-size: 13px;
    }

    .einwilligungtext {
        font-size: 11px;
    	line-height: 12px;

    }

    .menu .next {
        bottom: 30%;
        width: 30px;
    }
    .menu .back {
        top: 30%;
        width: 30px;
    }
    .menu button {
        right: 10;
    }

    #myBtn {
        bottom: 0;
        right: 0;
    }
    #myBtn-white {
        bottom: 0;
        right: 0;
    }
    .button-link {
        margin-top: 20px;
    }
    #footer-logos {
        margin: 0 auto;
        text-align: center;
        padding-top: 20px;
    }
    #footer-logo {
        width: 175px;
        margin: 0 auto;
        float: none;
    }


    .h1 {
        font-size: 48px;
        top: 34%
    }
    .h2 {
        font-size: 24px;
        top: 42%;
    }
    .button1 {
        font-size: 18px;
    }

    h2 {
        font-size: 22px;
    }

    #page2 {
        background-image: url("../page22.jpg");
        background-position: right
    }

    .text2 {
        max-width: 100%;
        padding: 50px 40px;
        margin: 0px;
        top: 0%;
        font-size: 16px;
    }

    #page3 {
        background-image: url("../page32.jpg");
    }

    .text3 {
        max-width: 100%;
        padding: 50px 40px;
        margin: 0px;
        top: 0%;
        font-size: 16px;
    }
    
    .liste {
        font-size: 16px;
    }
    
    #col3 {
        max-width: 100%;
    }

    .icontext {
        font-size: 14px;
    }
    #page4h2 {
        padding-top: 50px;
        max-width: 80%;
        margin: auto;
    }

    #page4icons {
        padding-top: 0px;
    }

    .text4 {
        font-size: 16px;
        padding: 40px;
        margin: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }


    .container #nav_slide {
        bottom: 50%;
    }
    .container {
        margin-top: -22px;
    }

    label span {
        font-size: 26pt;
        top: 38%;
    }
    #nav_slide .dots {
        display: none;
    }
    .termin-box {
        width: 35px;
        height: 35px;
        padding: 2px;
    }

    .termin-text,
    .mail-text {
        font-size: 16px;
        padding: 10px;
    }
    
    h3 {
        font-size:16px;
    }
    #footer-meetus .text {
        font-size:14px;
    }
}

@media (max-width:375px) {

    .text4 {
        font-size: 14px;
    }
    
    .liste {
        font-size: 14px;
    }
    
    label span {
        font-size: 20pt;
        top: 30%;
    }

    .text2,
    .text3 {
        font-size: 14px;
    }

    .h1 {
        font-size: 36px;
    }
    .h2 {
        font-size: 20px;
    }
    .button1 {
        font-size: 16px;
    }
    .button-link2 {
        font-size:14px;
    }
    
    .text2 {
        padding: 20px 40px;
    }
    .text3 {
        padding: 20px 40px;
    }
    #page4h2 {
        padding-top:20px;
    }
    #page5h2 {
        padding-top:20px;
    }
    p {
        line-height: 140%;
    }
    
}

@media (max-width:320px) {
    p {
        font-size: 13px;
    }
    .liste {
        font-size: 13px;
    }
    .icontext {
        font-size: 13px;
    }
}

@media (orientation: landscape) {
    .button {
        position: relative;
        bottom: 25px;
    }
}




/* Icon Drehung */

.ch-grid {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid li {
    display: inline-block;
    padding-bottom: 0px;
    margin: 15px 15px 60px;
    overflow: visible;
}

.ch-item {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: default;
    background-color: #252523;
}

.ch-info-front {
    background-size: 100px;
    background-repeat: no-repeat;
    background-color: none;
    background-position: center center;
}

.ch-info-wrap {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;

    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    top: 10px;
    left: 10px;
    background: #252523;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0),
    inset 0 0 3px rgba(115, 114, 115, 0.8);

}

.ch-info {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

}

.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ch-info .ch-info-back {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);

    background: #fff;
}

.ch-img-1 {
    background-image: url(../icon1.png);
}

.ch-img-2 {
    background-image: url(../icon2.png);
}

.ch-img-3 {
    background-image: url(../icon3.png);
}

.ch-img-4 {
    background-image: url(../icon4.png);
}

.ch-img-5 {
    background-image: url(../icon5.png);
}

.ch-img-6 {
    background-image: url(../icon6.png);
}

.ch-img-7 {
    background-image: url(../icon7.png);
}

.ch-img-8 {
    background-image: url(../icon8.png);
}

.ch-img-9 {
    background-image: url(../icon9.png);
}

.ch-img-10 {
    background-image: url(../icon10.png);
}

.ch-img-11 {
    background-image: url(../icon11.png);
}


.ch-info p {
    color: #252523;
    padding: 10px 5px;
    margin: 10px 10px;
    line-height: 1.5
}

.ch-info p a {
    display: block;
    color: inherit;
    font-style: normal;
    font-weight: 700;
    padding-top: 4px;
}

.ch-info p a:hover {
    color: #252523;
}

.ch-item:hover .ch-info-wrap {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),
    inset 0 0 3px rgba(115, 114, 115, 0.8);
}

.ch-item:hover .ch-info {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
}


.mainIcons {
    cursor: pointer;
}


/*
.kontakt_bottom:hover #kontakt_dropup {
    display: block;
    visibility: visible;
    opacity: 1;
}
*/


.has-error{border-color:#a94442;}

.check-has-error{
	color:#a94442;
}

#contactFormMess.has-error {
    color: #ff8000;
}
#contactFormMess.has-success {
    color: #ff8000;
}

/* Real Person jQuery plugin styles v2.0.0. */
.realperson-challenge {
	display: block;
	color: #000;
}
.realperson-text {
	font-family: "Courier New",monospace;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;
}
.realperson-regen {
	padding-top: 4px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.realperson-disabled {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
	cursor: default;
}

.realperson-regen {
	position: relative;
	float: left;
}

.realperson-challenge {
	background: #fff;
	padding: 10px;
}

#defaultReal {
	position: relative;
	top: 10px;
	margin: 0px;
}	


.contactfield {
    width: 1000px;
}

.contactinput {
    padding: 10px;
    margin: 10px 0px;
    width: 100%
}

.einwilligungtext {
    color: #fff;
    padding-top: 5px;

}

.einwilligung {
    float: left;
}

.info_bottom {
    color:#333;
    text-align:left;
    padding-left: 10px;
}

.info_bottom a, a:hover {
    color:#333;
    text-decoration:underline;
}
.nachrichtfeld {
    height:auto !important;
}