/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color:#9da6b0;
}

body {
    margin: 0;
    font-size: 0.8125em /* 13px / 16px */;
    font-weight: 300;
    line-height: 1.55;
    font-family: "Georgia", serif;
    background:#fff8e5;
    color:#4f5458;
}

::-moz-selection {
    background: #3c454e;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #3c454e;
    color: #fff;
    text-shadow: none;
}

a {
    color: #4f5458;
    text-decoration: none;
}

a:visited {
    color: #4f5458;
}

a:hover {
    color:#fbb813;
    text-decoration: none;
}



a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}



abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 600;

}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small, .small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0 2em 0;
    padding: 0 0 0 1.1em;
}

ul ul, ol ol {
    margin: 0.5em 0
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/* Primary Styles */

.datenschutz {
	width: 50%;
	margin: 0 auto
}

ul li {
	display: block
}

img {
    height:auto;
    max-width:100%;
	}

a {
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	}


#navigation,
h2{
	font-family:"Arial",sans-serif;
	font-weight:300;
	letter-spacing:0.0675em;
	text-transform:uppercase;
}
h2 {
	margin:0 0 0.5em 0;

}

p	{
	margin: 0 0 1.5em 0;
} 

.small-wrapper{
	width:940px;
	margin: 0 auto;
}

#header{
	border-top:0.5em solid #fddc7f;
	width:100%;
	padding:1.6875em 0;
	background:#fff;
}

h1#logo {
	text-indent:-999em;
	width:167px;
	height:105px;
	background: url(../img/res/logo-palais-konzertwald-1x.png) no-repeat;
	display:block;
	margin:0 auto;
}

#hero{
	width:100%;
	height: 35.5125em;
	background: url(../img/heroshot-palais-konzertwald.jpg) no-repeat center 42%;
	background-size:cover;
	border-bottom:0.5em solid #fddc7f;
	position:relative;
}

/*--- MENU ---*/
#navigation{
	position: absolute;
	top: 50%;
	left: 50%;
	border: 4px solid rgba(255, 255, 255, 0);
	outline: 2px solid rgba(255, 255, 255, 0.8);
	color: #727575;
}

#navigation ul{
	background: #fff;
    background:rgba(255, 255, 255, 0.75);
	text-align:center;
	padding: 0.5em 5em;
	margin: 0 auto;
	
}
	
#navigation li{
	margin:auto;
	padding: 0.5em 0;
	border-bottom: 2px dotted #fbba00;
	display: block;

}
	
	
#navigation li:last-child{
	border-bottom:none;
}

.line{
	width:100%;
	height: 2px;
}
	
.white{
	background:#fff;
	position:relative;
	top:0.125em;
}
	
.yellow{
	background:#fddc7f;
	margin:0.25em 0;
}
	
#intro{
	width:100%;
	margin:0 auto;
	padding:4em 0;
}
	
#intro article{
	width:75%;
}
	
#intro h2{
	margin-top:0;
}
	
#intro figure{
	float:left;
	margin:0 3.723404255319% 0 0;
	width: 26.276595744681%;
}

#intro figure p{
	padding:1.375em 0;
}
#intro article p:last-child{
margin-bottom:3em;
}
aside#intro-broschure{
    float:right;
    font-size:1.2em;
    font-style:italic;
    padding: 2em 0 0 4em;
    width:26.276595744681%;
}
   
aside#intro-broschure a{
	color:#fcc656;
}
	
aside#intro-broschure a.herunterladen:hover{
	color:#000;
}
	
#info-icon{
    width:2em;
    height:2em;
    text-align: center;
    font: italic 600 1.5em/2  Georgia,serif;
    border-radius:10em;
    background-color:#fddc7f;
    float:left;
    position:relative;
    margin-left: -3em;
}
	
.row {
    float:left;
    width:100%;
    margin: 4em 0;
    overflow:hidden;
}
	
.row-content {
    width:940px;
    margin: 0 auto;
}

.content{
	width:65%;
}
	
.bild{
    position: relative;
    height:20em;
    width:50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

.image-right .bild {
    margin-right: -25%;
    float:right;
}
	
.image-right .content{
    float:left;
}

.image-left .bild {
    margin-left: -25%;
    float:left;
}
	
.image-left .content{
    float:right;
}

.quote{
    float:left;
    width:100%;
    margin: 4em 0;
    position:relative;
}

.yellow-small, .yellow-small-right{
	float:left;
    width:14.574468085106%;
	background:#fddc7f;
    position:absolute;
    top:50%;
    margin-top: -1px;
}

.yellow-small-right {
    right:0;
}

.quote p{
    float:left;
}
	
.quote p{
    padding:0 20%;
	text-align:center;
	color:#979690;
	font-style:italic;
	font-weight:normal;
	width:60%;
    font-size:1.2em;
    margin:0;
}
	

	
#addresse-section{
    float:left;
    width:100%;
    margin: 4em 0;
}
	
#addresse-section a:hover{
    color: #000;
}

#addresse{
	background:#fddc7f;
	text-align:center;
	padding:3.5em 0;
	font-size:1.1em;
}
	
#addresse p{
	margin-bottom:0.5em;
}
	
#addresse p:last-child {
    margin:0;
}
	
#addresse p.service b{
	font-size:1.4em;
	font-family:Georgia,serif;
}

#logo-bottom{
	width: 12.85em;
	height: 8.085em;
	background: url(../img/res/logo-palais-konzertwald-1x.png) no-repeat;
	display:block;
	margin: 2.75em auto 2em auto;
	overflow: hidden;
}
	
.grau-small{
	background:#4f5458;
	width:4.25em;
	margin:0 auto 2.5em auto;
}
	
#footer {
	float: left;
	width: 100%;
	text-align:center;
}
	
#impressum-link{
	margin: 2.5625em 0;
	display: block;
}
	
#impressum{
	padding:0 0 3.3125em 0;
}
	
.cross{
	display: block;
	width: 2.75em;
	height: 2.75em;
	border-radius: 10em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	position: absolute;
	margin: 0 -1.375em;
	left:50%;
	background: url(../img/res/cross.png) no-repeat center center;
	text-indent: -999em;
	background-color:#fddc7f;
}

.cross:hover{
	background-color:#fbb813;
}


/* MEDIA QUERIES */

@media screen and (max-width: 75em /*1200px*/) {
	.content{
	width:55%;
	}
	
	.bild{
    position: relative;
    height:20em;
    width:50%;
	}

	.image-right .bild {
    margin-right: -15%;
    float:right;
	}
	
	.image-right .content{
    float:left;
	}

	.image-left .bild {
    margin-left: -15%;
    float:left;
	}
	
	.image-left .content{
    float:right;
	}



}


@media screen and (max-width: 61.25em /*980px*/) {

    .small-wrapper {
        width: 95%;
    }

	#intro{
	width:100%;
	margin:0 auto 4em auto;

	}
	
	#intro article,
	#intro h2{
	width:100%;
	}
	
	.quote{
    width:95%;
	margin:4em 2.5%;
	}

    aside#intro-broschure{
        padding: 0 0 0 4em;
    }

    .row-content {
        width: 95%;
        margin: 0 2.5%;
    }


}

@media screen and (max-width: 48em /*768px*/) {

    .row,
    .quote {
        margin: 1.5em 0
    }

	#hero{
	height:20em;
	}
	
	#header{
	border-top:0.5em solid #fddc7f;
	width:100%;
	padding:0.6875em 0;
	background:#fff;
	}

    aside#intro-broschure h3{
        margin-bottom:0.5em;
    }
    #intro figure{
        margin-right:2.5%;
        width:45%;
    }
    #intro figure:last-of-type{
        margin:0;
    }

    #intro aside{
        width:80%;
        padding:0 0 0 3em;
        margin:3em 0 3em 1.5em;
        float:left;
    }

    .image-left .bild, .image-right .bild {
        width:100%;
        float:left;
        margin:0 0 2em 0 !important;
        height: 20em;
    }

    .row-content{
        width:100%;
        margin: 0;
    }

    .content{
        width:95%;
        float:left;
        margin:0 2.5%;
    }

}


@media screen and (max-width: 30em /*480px*/) {
	
	#hero{
	background-position: 100% 50%;
	}
	#intro figure{
	width:100%;
	margin:0;
	}

   #intro aside  {
       width: 60%;
       padding: 0;
       margin: 2em 0 0 5em;
    }

   .quote p {
       width: 95%;
       padding: 0;
   }

   .yellow-small, .yellow-small-right {
       position: relative;
       margin: 1em auto;
       width: 100%;

   }
   
   #navigation ul {
	   padding: 0.5em 3em
   }
   h2 {
	   font-size: 1.2em
   }
   
   #intro{
	padding: 2em 0
	}
	
	.datenschutz {
	width: 90%;
	margin: 0 auto
}


}	




@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    h1#logo, #logo-bottom {
        background-image: url(../img/res/logo-palais-konzertwald-2x.png);
        background-size: 100%
    }


}




@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }


    .small-wrapper {
        padding: 10px 5.555555556%;
        margin: 10px 0;
        border-bottom: 1px solid #666
    }

    #header {
        display:none
    }

    #impressum {
        display:block !important
    }



}






