

html, body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height: 25px;
    font-weight: 300;
    color:#000000;
}


/* LOADER */
#loader-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.8;
    position: fixed;
    left: 0px;
    top:0px;
    z-index: 100000;
}
#loader-wrapper div
{
    display: block;
    margin: auto;
    top: 50%;
    margin-top:-100px;
    margin-left:-100px;
    border-style: groove;
    border-width: 25px;
    border-color: transparent;
    border-top-color: white;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
}
#loader-wrapper div:before
{
    content:'';
    margin: -50px;
    display: block;
    border-style: solid;
    border-width: 25px;
    border-color: rgba(161, 28, 28, 0.5);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    
}
/*--------------------------------*/


.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#wrapper {
    float: left;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-width: 0px;
    min-width: 1058px;
    display: block;
    width: 100%;
    height: auto;
    position: relative;    
}


/* NAVI */

#navi {
    position: relative;
    float: left;
    z-index: 20px;
    height: 165px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
}

#navi .subnavi
{
    position: relative;
    display: block;
    height: 35px;
    color:#a3a3a3;
    z-index:20000000;
}
#navi .subnavi.navibg {
    background-color: rgba(0, 0, 0, 0.8);
}
#navi .subnavi a
{
    font-weight: 300;
    font-size:13px;
    line-height: 18px;
    color: #a3a3a3;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: underline;
    margin: 0px 10px;
}
#navi .subnavi a:hover
{
    color: #a11c1c;
}
#navi .subnavi a.aktive-menue
{
    color:white !important;
}


#navi .subnavi .container ul, #navi .subnavi .container ul li {
    padding: 0px;
    margin: 0px;
    
    list-style: none;
}

ul.subnav li {
    float: left;
    font-weight: 300;
    font-size:13px;
    line-height: 18px;
    width: auto;
    list-style-type: none !important;
    list-style-position:inside !important;
    margin-left: 10px !important;
    padding-left: 15px !important;
    background-repeat:no-repeat;
    background-position:left center;
}
ul.subnav li.adress {
    background-image:url(/img/icon1.png);  
}
ul.subnav li.mail {
    background-image:url(/img/icon2.png);  
    padding-left: 22px !important;
}
ul.subnav li.phone {
    background-image:url(/img/icon3.png);  
}

#navi .subnavi .container div:last-child{
    float: right;
}
#navi .subnavi .container {
    padding-top: 8px !important;
}



#navi .container, #navi .subnavi .container {
    height: auto;
    clear: both;
    max-width: 1058px;
    width: 100%;
    position: absolute;
    top: auto;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    z-index: 100;
    padding: 0px 40px;
}
#navi .subnavi a.linkParser {
    margin: 0px;
}
#navi .container {
    height: calc( 100% - 35px );
}



#navi .menuc
{
    float: right;
    height: 100%;
    width: auto;
}




#navi .logo
{
    position: absolute;
    top: auto;
    bottom: 20px;
    height: 100%;
    width:230px;
    left: 0px;
    margin-left: 40px;
    max-height: 81px;
}
#navi .menue-container
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: auto;
    width:calc( 100% - 230px );
}


#navi .menue
{
    position: relative;
    display: block;
    height: auto;
    width:100%;
}
#navi .menue ul{
    padding: 0;
    margin: 0px;
    list-style: none;
    text-transform: uppercase;
    width:745px;
}
#navi .menue ul li{
    display: inline-block;
    position: relative;
    line-height: 17px;
    text-align: left;
    height: 113px;
    float: left;
    background-image: url(/img/menuebg.gif);
    background-position: 100% 49px;
    background-repeat: no-repeat;
}

#navi .menue ul li.stopp{
    background-image: none;
    background-position: -100% 49px;
}
#navi .menue ul li a{
    font-weight: 300; 
    font-size:13px; 
    line-height:18px;
    
    display: block;
    padding: 12px;
    padding-top: 58px;

    
    color: black;
    text-decoration: none;
    height: 100%;
    border: 1px solid rgba(255,255,255,0);
}

#navi .menue ul li a:hover{
    /*border-bottom-color: #d9b68b;*/
    background-color: rgba(51, 51, 51, 0.17);
}
#navi .menue ul li.for-mobile
{
    width:100% !important;
    height: 0px !important;
    overflow: hidden;
}




/*
#navi .menue ul li ul.dropdown{
    background: none;
    background-image: url(/img/submenue-bg.png);
    min-width: 125px; 
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    padding: 6px 7px;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.28);
}
#navi .menue ul li:hover ul.dropdown{
    display: block;	
}
#navi .menue ul li ul.dropdown li{
    display: block;
    height: auto;
    width: 100%;
}
#navi .menue ul li ul.dropdown li:first-child{
    margin-top: 1px;
}
#navi .menue ul li ul.dropdown li a{
    padding: 4px 15px;
    font-size: 14px;
    color: #fdfcfc;
}
#navi .menue ul li ul.dropdown li a:hover{
    background: rgba(10,82,161,0.5);
    color: rgba(255,178,0,0.9);
}
*/



#navi .menue .menue-mobile
{
    width: 65px;
    height: 0px;
    overflow: hidden;
    position: relative;
    top:auto;
    left: auto;
    right: 0px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( 100% - 65px );
    bottom: 0px;
}
#navi .menue .menue-mobile div
{
    float: left;
}
#navi .menue .menue-mobile #hamburger
{
    float: left;
    cursor: pointer;
    height: 48px;
    padding: 0px 5px;
}
#navi .menue .menue-mobile #hamburger:hover div
{
    background-color:rgba(0, 0, 0, 0.8);
}

#navi .menue .menue-mobile #hamburger div
{
    display: block;
    clear: both;
    background-color:#a11c1c;
    height: 5px;
    width: 50px;
    margin-top: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
    
    /*-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.9);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.9);
    */
}
#navi .menue a.aktive-menue
{
    color:white !important;
    background-color: #a11c1c;
}




a.mobilehome
{
    display: inline-block;
}
a.mobilehome:hover
{
    color: #000;
    background: #d6caba;
}



.footer .content-footer ul
{
    display: none;
}
/* NAVI ENDE ---------------------*/













/* CONTENT */
.content{
    clear: both;
    width: 100%;
    position: relative;
	height: auto;
	margin: 0 auto 0;
}




/*header*/
.content.header{
    clear: both;
    width: 100%;
    position: relative;
	height: 494px;
	margin: 0 auto 0;
    overflow: hidden;
    margin-bottom: 40px;
}
.content.header.slim{
    height: 294px;
}

.content.header .slip{
    position: relative;
    width: 100%;
    height: 100%;
}
.content.header .slip div{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/img/header_1.jpg);
    width: 100%;
    height: 100%;
    
    position: absolute;
    top: 0px;
    left: 0px;
}

.content.header .slip .bg1{
    background-image: url(/img/header_1.jpg);
}
.content.header .slip .bg2{
    background-image: url(/img/header_2.jpg);
    opacity:0;
}
.content.header .slip .bg3{
    background-image: url(/img/header_3.jpg);
    opacity:0;
}


.content.header .article .info{
    position: relative;
    margin-top: -190px;
}
.content.header .info{
    position: relative;
    width: 790px;
    height: 790px;
    background-color: rgba(0,0,0,0.5);
    
    -webkit-border-radius: 600px;
    -moz-border-radius: 600px;
    border-radius: 600px;
}

.content.header .info .point{
    width: 100%;
    transform: translateX(46%);
    position: relative;
    left: 0px;
    top: 30px;
}
.content.header .info .point div{
    position: relative;
    color:white;
    float: left;
    min-height: 6px;
    min-width: 6px;
    max-height: 12px;
    max-width: 12px;
    height: 12px;
    width: 12px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/img/bullet.png);
    opacity: 0.5;
}
.content.header .info .point div:first-child{
    opacity: 1;
}
.content.header .info .txt{
    position: relative;
    color:white;
    width: calc( 100% - 20px );
    text-align: center;
    top:60px;
    left:20px;
}
.content.header .info .txt h5{
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    text-indent: -120px;
    padding-left: 58px;
}
/*ende*/





.content.whiteBG{
    padding: 0px;
    margin-top: 70px;
}

.content.whiteBG .article{
    padding: 0px 15px;
}


.content.whiteBG.first{
    margin-top: 0px;
}

.content .article{
    clear: both;
    width: 100%;
    max-width: 1058px;
    position: relative;
	height: auto;
	margin: 0 auto 0;
}

.content.news .article .new{
    width:calc( 33% - 16px );
    background-color: #a11c1c;
    float: left;
    margin-right: 16px;
    color:white;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}
.content.news .article .new:last-child{
    width:calc( 33% );
    margin-right: 0px;
}

.content.news .article .new .imga{
    margin:0px;
    width:calc( 100% );
    height:200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content.news .article .new .imga.new1{
    background-image: url(../img/bg_news1.png);
}
.content.news .article .new .imga.new2{
    background-image:url(../img/bg_news2.png);
}
.content.news .article .new .imga.new3{
    background-image:url(../img/bg_news3.png);
}

.content.news .article .new div{
    margin: 23px 36px 21px 19px;
    width:calc( 100% - 36px - 19px );
}


.content-text {
    float:left;
    width: 100%;    
    height: auto;
    display: inline-block;
}

.content-text .colum.two {
    width: 330px;
    float: left;
    clear: none;
    text-align: left;
}
.content-text .colum.two.big {
    width: calc( 100% - 367px );
    float: left;
    clear: none;
    margin-right: 37px;
}



.content-text.twisted .colum.two {
    width: 330px;
    float: right;
    clear: none;
    text-align: center;
}
.content-text.twisted .colum.two.big {
    width: calc( 100% - 367px );
    float: right;
    clear: none;
}




.content-text .colum.two div {
    width: 100%;
}


.content-text .content-menue {
    clear: both;
    width: 100%;
    text-align: right;
    padding-top: 30px;
}
.content-text .content-menue div{
    float: right;
}
.content-text .content-menue div a{
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color:rgba(68, 68, 68, 0.5);
    margin-right: 38px;
}
.content-text .content-menue div a:before {
    margin-right: 5px;
}
.content-text .content-menue div a:hover {
    color:black;
}
.content-text .content-menue .back:before {
    content: url("../img/back-f.gif");
}
.content-text .content-menue .print:before {
    content: url("../img/site-f.gif");
}
.content-text .content-menue .top:before {
    content: url("../img/top-f.gif");
}



h1
{
    padding: 0px;
    margin: 0px;
    color: #000000;
    text-align: left;
    width: 100%;
    
    font-size:25px;
    line-height: 36px;
    font-weight: 600; 
    
    text-transform: uppercase;
    
    margin: 0px;
    margin-bottom: 40px;
    
    
}
h2
{
    font: italic 18px / 18px Open Sans;
    color: #524847;
    padding: 0px;
    padding-bottom: 10px;
    margin: 0px;
    text-transform: uppercase;
}

h2 .small
{
    font: italic 15px / 22px Open Sans;
    color: #a38e8e;
}
h3
{
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-weight: 600; 
    font-size:25px;
    line-height: 25px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
}
.img-centerHeight{
    margin-left: 0px;
    max-height: 100%;
    max-width: none;
}
.absatz-icon
{
    padding: 20px 0px;
}

.content-image-container
{
    width: 100%;
    height: auto;
    transition: all;
}

.content-image
{
    width: 170px;
    height: auto;
    float: left;
    padding: 15px;
}

.content-text .colum.two .content-image
{
    width: calc( 33% );
}


.content-image:last-child
{
    /*clear: both;*/
}

.imdat h2{
    padding-top: 10px;
}

.imdat h3{
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin: 5px 0px;
}

a
{
    text-decoration: underline;
}
a.linkParser
{
    color:red;
}
a.linkParser:hover
{
    text-decoration: underline;
}

a.impressum
{
    font-weight: 300; 
    font-size: 13px; 
    line-height :18px;
    color:#000000;
    text-decoration: underline;
}
a.impressum:hover
{
    color: #9c1818;
    text-decoration: underline;
}
span.copie
{
    color: rgba(207, 119, 124, 0.55);
    font: italic 14px / 42px Open Sans;
}
span.semi
{
    font: 600 14px / 18px Open Sans;
}
/* CONTENT ENDE------------------------------ */




form .red{
    color:red;
}
form div {
    width: 100%;
    padding: 10px;
    text-align: left;
}
form .fifty{
    width: 50% !important;
    float: left;
}
form .fifty input, form input, form div textarea {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    width: 100%;
    margin-top: 5px;
    padding: 7px;
    border-radius: 4px;
    resize: none;
    font-family: "Open Sans" , sans-serif;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input:invalid {
    background-color: #fafafa;
}

form .senden {
    border: 1px solid white;
    background-color: #a11c1c;
    color:white;
    width: 100%;
    padding:5px;
    color:#f4fff8;
}

form .senden:hover {
    border: 1px solid #d38488;
    background-color: white;
    color:#d38488;
}
form .divsenden {
    margin-left:auto;
    margin-right:auto;
    width:50%;
}
form #error {
    display: none;
    color: red;
}


VBoxManage modifyvm Mac-X-1 --cpuidset 00000001 000306a9 00020800 80000201 178bfbff

/* FOOTER */
.footer{
    clear: both;
    width: 100%;
    position: relative;
	height: auto;
	margin: 0 auto 0;
}
.footer.backg{
    background-color: #ededed;
    margin-top: 60px;
}

.footer.backg.wm{
    margin-top: 0px;
}

.footer .article {
    clear: both;
    width: 1058px;
    position: relative;
    height: 98px;
    margin: 0 auto 0;
}

.footer .content-footer {
    float:left;
    width: 100% ;
    height: auto;
    position: relative;
    
    z-index: 200;
}


.footer .article .content-footer.ria {
    height: auto;
    padding-top: 68px;
    padding-bottom: 78px;
}


.footer .article .content-footer.ria .riad {
    width: calc( 33% );
    display: block;
    float:left;
}
.footer .article .content-footer.ria .riad:last-child {
    width: calc( 33% );
}
.footer .article.impressum{
    height: 60px;
    padding-top: 20px;
}
.footer .article.bg 
{
    display: none;
}

.footer .content-footer .colum.left
{
    float: left;
    width: auto;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #a3a3a3;
}
.footer .content-footer .colum.right
{
    float: right;
    width: auto;
}

.footer .content-footer h5, .footer .content-footer h6
{
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    font-size:31px;
    line-height:31px;
    color: #000000;
    
    text-transform: uppercase;
}
.footer .content-footer h6
{
    color: #9c1818;
}
.footer .content-footer h7
{
    padding: 0px;
    margin: 0px;
    font-weight:300;
    font-size:14px;
    line-height:18px;
    color: #000000;
    
}

.footer .article.kontakt
{
    height: auto;
    padding: 0px 15px;
}

.footer .content-footer.kontakt
{
    margin-top: 54px;
    margin-bottom: 29px;
    
}

.footer .content-footer.kontakt form input, .footer .content-footer.kontakt form div textarea {
    font-size: 12px;
    margin-top: 3px;
}
.footer .content-footer.kontakt .colum.right {
    width: calc( 100% - 385px );
}

.footer .content-footer.kontakt form div {
    width: calc( 80% - 10px );
    padding: 0px;
    text-align: left;
    float: left;
}

.footer .content-footer.kontakt form div div{
    width:100%;
}

.footer .content-footer.kontakt form div.divsenden {
    float: right;
    width: 20%;
}
.footer .content-footer.kontakt form div.divsenden input{
    height: 86px
}

/* FOOTER ENDE ----------------------------------------- */








#cookieInfo
{
	position: fixed;
	bottom: 0px;
	color:white;
	height: auto;
	width: 100%;
	z-index: 10000;
	background: rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.75);
}
#cookieInfo a
{
	text-decoration:underline;
}
#cookieInfo a:hover
{
	text-decoration:none;
}
#cookieInfo button
{
	color:#FFFFFF;
	padding:6px;
	background: rgba(161, 28, 28, 0.8);
	border:1px solid #e5e5e5;
}














