/* Slimbox CSS */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Scroll to Top CSS */

#toTop {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 51px;
    height: 65px;
    background-image: url(../images/upscroller.png);
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 3000;
}
#toTop:hover {
    opacity: 1.0;
}

/*
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300|Simonetta|Economica' rel='stylesheet' type='text/css'>
font-family: 'Open Sans', sans-serif;
font-family: 'Simonetta', cursive;
font-family: 'Economica', sans-serif;
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	font-weight: 300;
    line-height: 26px;
    color: #5F5F5F;
    overflow-x: hidden;
}

h1, h2, h3 {
    font-family: 'Simonetta', cursive;
    font-size: 28px;
    color: #521252;
}
h2 { font-size: 25px; }
h3 { font-size: 22px; }

hr {
    background-color: #5F5F5F;
    height: 1px;
}

#social-wrapper {
    position: fixed;
    top: 25%;
    left: 0;
    width: 32px;
    height: auto;
    z-index: 4000;
}

#social-wrapper img:first-child { margin-bottom: 10px; }

#logo-kostas {
    margin: 20px auto;
    position: relative;
}

#logo-kostas #telefon-hotline {
    position: absolute;
    right: 15px;
    width: 232px;
    height: 68px;
}

@media only screen and (max-width: 991px) {
    #logo-kostas #telefon-hotline {
        width: 174px;
        height: 51px;
    }    
}

@media only screen and (max-width: 767px) {
    #logo-kostas #telefon-hotline {
        display: none;
    }    
}

/* Top-Navigation */

#hauptnavigation {
    background-color: #521252;
}

#top-navigation {
    font-family: 'Economica', sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}

#topnavi {
    display: inline-block;
    padding-left: 0;
}

#top-navigation #handy { color: #FFFFFF; }

#top-navigation ul {
    text-align: left;
}

#top-navigation ul ul {
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    
    #hauptnavigation { height: 40px; }
  
    #top-navigation {
        height: 40px;
        overflow: visible;
        z-index: 1000;
    }
    
    #top-navigation #handy {
        display: none;
    }    
    
    #top-navigation ul li {
        position: relative;
        list-style-type: none;
        float: left;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }    
    
    #top-navigation ul li a {
        display: block;
        line-height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none;
        color: #FFFFFF;
    } 
    
    #top-navigation ul li:hover a, #top-navigation ul li.active a { color: #cbafcb !important; }
    
    #top-navigation ul li:hover ul li a { color: #FFFFFF !important; }
    
    #top-navigation ul li ul {
        position: absolute;
        width: 200px;
        visibility: hidden;
        opacity: 0;
         transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        background-color: #521252;
        padding-left: 20px;
   }
    
    #top-navigation ul li:hover ul {
        visibility: visible;
        opacity: 1;

   }
    
    #top-navigation ul li ul li {
        float: none;
    }
    
    #top-navigation ul li ul li a {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    #top-navigation ul li ul li.active a { color: #cbafcb !important; }
    #top-navigation ul li ul li a:hover { color: #cbafcb !important; }
    
}

@media only screen and (max-width: 767px) {
    
    #top-navigation #handy {
        display: block;
        height: 33px;
        cursor: pointer;
        text-transform: uppercase;
        margin-top: 7px;
    }
    
    #top-navigation #handy img {
        margin-top: -5px;
        margin-right: 5px;
    }
    
    #top-navigation #topnavi {
        display: none;
    }
    
    #top-navigation ul li {
        width: 100%;
        list-style-type: none;
    }
    
    #top-navigation ul li a {
        display: block;
        color: #FFFFFF;
        line-height: 30px;
        text-decoration: none;
    }
    
    #top-navigation ul li a:hover { color: #cbafcb; }
    
    #top-navigation ul li ul { display: none; margin-left: 0; }
    
    #top-navigation ul li ul li a { color: #FFFFFF; }
    
    #top-navigation ul li.active a { color: #cbafcb; }
    
    #top-navigation ul li.active ul li a { color: #FFFFFF; }
    
    #top-navigation ul li.active ul li.active a { color: #cbafcb; }
    
}

#top-background {
    width: 100%;
    background-image: url(../images/bg-swirl.png);
	background-position: center;
    overflow: hidden;
}

#der-panoramabereich {
	margin-top: -400px;
    padding-left: 0px;
    padding-right: 0px;
}


@media only screen and (max-width: 991px) {
    #top-background {
		width: 100%;
    	background-image: url(../images/bg-swirl.png);
		background-position: center;
    	overflow: hidden;
    }
    
    #der-panoramabereich {
       margin-top: -400px;
    }  
}

@media only screen and (max-width: 767px) {
    #top-background {
		width: 100%;
    	background-image: url(../images/bg-swirl.png);
		background-position: center;
    	overflow: hidden;
    }
    
   #der-panoramabereich {
       margin-top: -100px;
    }  
}

@media only screen and (max-width: 500px) {
   #der-panoramabereich {
        margin-top: -50px;
    }
}
#content a {
    color: #521252;
}

#content a:hover {
    color: #cbafcb;
}

#content .formfield * {
    vertical-align: top;
}

#content label {
    width: 250px;
    max-width: 100%;
}

#content label.label-small { width: 50px; }

#content .text-input {
    width: 350px;
    max-width: 100%;
}

footer {
	padding-top:10px;
    background-color: #989831;
}

footer h1, footer h2, footer h3, footer p, footer a, footer address {
    color: #FFFFFF;
    text-transform: none;
}

footer a:hover {
    color: #FFFFFF;
}

/*#copyright {
    margin-top: 15px;
    margin-bottom: 15px;
}*/

#copyright a {
    font-size: 10px;
    text-transform: uppercase;
}

.img-border {
    border: solid 3px #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    margin-right: 15px;
    margin-bottom: 15px;
}

img#captcha { border: solid 1px #5f5f5f !important; }
.green { color: #9ECF66; }
.red { color: #B3513F; }

@media only screen and (max-width: 767px) {
    li.submenu a:after {
        font-family: 'Glyphicons Halflings';
        content:" \e259";
        display: inline;
    }
    li.submenu ul a:after {
        content: none;
    }    
 }