/* 

Camping Talacker Styles 
date: 14.6.18
author: Jerome Erni

*/

/* diverse Klassen */

* {
	
	box-sizing: border-box;
	
}

html, body {
	
	background-color: white;
	font-family: helvetica,arial,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	hyphens: auto;
}

a {
    color: #C37C3E;
	text-decoration: none;
}

.link {

    margin: 10px 0px;

}

/*.link > a {

    color: rgb(0, 0, 0);
    text-decoration: underline;

}*/

#outerframe {
	
	position: relative;
    margin: 0 auto 0 auto;
    top: 0;
    bottom: 0;
    min-height: 100%;
    max-width: 1100px;
    padding-left: 15px;
    padding-right: 16px;
}

.Title {

    margin: 0px 0px 20px;
    color: #4D2B73;

}

.newsTitle {
	
	margin-top: 0px;
    margin-bottom: 20px;
	
}

.newsTitle.alternate {
	
	color: #268279;
	
}

.newsTitle > a {
	
    text-decoration: none;
    color: #C37C3E;
	
}

.newsTitle > a:hover {
	
	color: #43245E;
	
}

.clear {
	
	clear: both;
	
}

.text {
	
	display: none;
	
}

fieldset {
	
	border: none;
	padding: 0px;
	margin: 0px;
	
}

label{
	
	width: 40%;
	float: left;
    display: block;
		
}

input[type=text], input[type=email], input[type=color], input[type=url],
input[type=password], input[type=search], input[type=tel], input[type=number],
input[type=date], input[type=checkbox], input[type=radio], textarea {
	
	width: 60%;
	resize: vertical;
	
}

input[type=submit] {
	
	margin-top: 15px;
	
}

p {
	
	margin: 0px 0px 25px 0px;
	
}

/* Header Style */

#headerImage {
	
	display: inline-block;
	float: left;
	
}

.header-image {

    max-width: 286px;

}

/* Language Menu */

#sprachwahl {
	
	display: inline-flex;
    justify-content: flex-end;
    text-align: right;
    float: right;
    padding-top: 9px;
	
}

#sprachwahl .language-clicked {
	
    color: #3BABAB;
    
}

.language-box > a {
	
	text-transform: uppercase;
	text-decoration: none;
    color: black;
    line-height: 32px;
	
}

/* Main Navigation */

navi-bar-box {
	
    padding-left: 30px;
    padding-right: 30px;
}

#navi-bar {
	
 	border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    
}
   
#haupt-navi {
	
    display: none;
}

#haupt-navi ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

#haupt-navi .nav-level1,
#haupt-navi .nav-level2 {
	
    text-transform: uppercase;
    text-decoration: none;
}

#haupt-navi .nav-level1-box {
	
    position: relative;
    border-top: 1px solid black;
}

#haupt-navi .nav-level1-clicked, 
#haupt-navi .nav-level2-clicked {
	
    text-decoration: none;
    color: #268279;
    text-transform: uppercase;
    padding-top: 3px;
}

#haupt-navi .nav-level1-clicked {
    font-weight: bold;
}

#haupt-navi .nav-level1-parent-clicked {
	
    color: #268279;
    text-transform: uppercase;
    padding-top: 3px;
}

#haupt-navi .nav-level2-box {
	
    padding: 2px 0;
    background: #FFFFFF;
    text-align: left;
    padding-left: 7px;
    padding-right: 7px;
}

#haupt-navi a {

    text-decoration: none;
    display: block;
    width: 100%;
    color: black;
}
    
#haupt-navi a:hover {

    color: #268279;
}

#haupt-navi:after {
	
    display: table;
    clear: both;
    content: "";
}

.nav-level1 {
	font-weight: bold;
}
   
/* Mobile Navigation Menu */

#kopf-burger {
	
    display: inline-block;
    position: static;
    padding: 10px;
    cursor: pointer;
    line-height: 20px;
}

#kopf-burger.active {
	
    border-bottom: none;
}

.visible {
	
    display: block !important;
}

.burger-box {
	
    height: 18px;
    width: 30px;
    margin: 0 auto;
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.burger-box > div.burger-bar {
	
    background: #000000;
    height: 10%;
}

.burger-box > div {
	
    width: 100%;
    height: 30%;
}

/* Main content */

#haupt-bereich {
	
	width: 100%
	
}

.colOne {
	
	-webkit-column-count: 1;
    -moz-column-count: 1;
     column-count: 1;
     width: 100%;
	
}

.colTwo {
	
	-webkit-column-count: 2;
    -moz-column-count: 2;
     column-count: 2;
     width: 100%;
	
}

.oneCol {
	
	width: 100%;
	
}

.twoCol {
	
	width: calc(50% - 10px);
	
}

.fr {
	
	float: right;	
	margin-left: 10px;
}

.fl {
	
	float: left;
	margin-right: 10px;
	
}

.oneCol > div {
	
	padding-left: 0px;	
	
}

.oneCol > img {
	
	padding-bottom: 20px;
	
}

.home-subtitle {
	
	font-size: 21px;
    font-weight: bold;
    color: #88C0B0;
    text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	clear: both;
}

#price {
	
	padding-left: 10%;
}

.page-sub {
	
    margin-top: 1.5em;
}

.page-sub-text.links {
	
	text-align: center;
	
}

.page-sub-text > p {
	
	margin-top: 30px;
	
}

p > a, p > a:visited {
	
	color: #C37C3E;
	text-decoration: none;
	
}

p > a:hover {
	
	color: #43245E;
	
}

.news {
	
	margin-bottom: 100px;
	
}

/* Image */

.bild {

    width: 100%;
    height: 100%;

}

.image-wrapper {
	
	margin-bottom: 20px;
	
}

.img {
	
	width: 100%;
	
}

#scaleImg {
	
	height: 100%;
	width: 100%;
	
}

.quarterScale {
	
	width: 25%;
	
}

.semiScale {
	
	width: 50%;
	
}

.spaceL {
	
	margin-left: 20px;
	
}

.spaceR {
	
	margin-right: 20px;
	
}

/* Fotogalerie */

.photogallery-photo {
	
    box-sizing: border-box;
}

.photogallery-photo-2 {
	
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.photogallery-photo.preview {
	
    border: 1px solid #AAAAAA;
}

.popup-image {
    display: block;
    width: 100%;
    height: 100%;
}

.photogallery-box.horizontal {
	
    text-align: center;
}

.photogallery-box.horizontal .photogallery-photo {
	
    border: none;
}

.photogallery-box.horizontal .photogallery-photo {
	
    padding: 0 5px 5px;
    
}

.photogallery-photo {
	
    height: 150px;
    width: 150px;
}

.photogallery-photo {
	
    float: none;
    display: inline-block;
}

.photogallery-photo {
	
    box-sizing: border-box;
}

.photogallery-box.horizontal {
	
    text-align: center;
}

.photogallery-wrapper .show-all-link {
    padding: 0 0 1em;
    display: block;
}

.photogallery-box {
    overflow: hidden;
}

.photogallery-box.show-only-first-row {
    /* Höhe wird auf Control definiert */
    overflow: hidden;
}

/* Gutter frisst Paddings */
.photogallery-box.horizontal > .gutter {
	
    margin: 0 -30px -30px;
}

.photogallery-box.vertical > .gutter {
	
    margin: 0 -5px -5px 0;
}

.photogallery-box.horizontal .photogallery-photo {
	
    padding: 0 5px 5px;
}

.photogallery-box.vertical .photogallery-photo {
	
    padding: 0 5px 5px 0;
}

/* Video */

.external-content {
	
    width: 100%;
    position: relative;
}

.video-container {
	
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	
}

.external-content > .video-container > iframe,
.external-content > .video-container > div {

    width: 100% !important;
    position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    
    
}

/* Formular */

.form-row{
	
	padding-bottom: 2px;
	
}

fieldset > h2 {
	
	color: #88C0B0;
	text-transform: uppercase;
	
}


.form-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-item input[type=radio],
.form-item input[type=checkbox] {
	width: auto;
}

.form-item label {
	width: auto;
	float: none;
	margin-left: 10px;
}

#mgnlhp {
	display: none;
}

/* Footer Style */

#footerStyle {
	
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	
}

.footnotes {
	
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: left;
    position: relative;
}

.footnotes.pointer {
	cursor: pointer;
}

.footnotes .image {
    position: absolute;
	bottom: 100%;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s;
}

.footnotes:hover .image {
	max-height: 1000px;
}

#last, #last > a {
	
	color: #C37C3E;
	
}

/* Media Queries */


@media screen and (max-width: 900px) {
	
	
	#footerStyle {
	
		flex-direction: column;
	
	}
	
}

@media screen and (max-width: 960px) {

    #haupt-navi .nav-level2-box {

        text-align: center;

    }

    #haupt-navi .nav-level1-box {

        padding-top: 5px;        

    }

}

@media screen and (min-width: 960px) {
           
    #haupt-navi .nav-level1-box {
    
        border-top: none;
    }

    #haupt-navi .nav-level1 {
    
        float: left;
        padding-top: 3px;
        
    }
    
    #haupt-navi .nav-level1-box {
    
        flex: 1 0 auto;
    }

    #haupt-navi {
    
        display: block;
    }
 
    #haupt-navi .nav-level2-list {
    	height: auto;
    	max-height: 0;
        display: block;
        position: absolute;
        top: 23px;
        padding-top: 20px;
        z-index: 1;
        min-width: 250px;
        transition: max-height 0.5s;
        overflow: hidden; 
    }
 
    #haupt-navi .nav-level1-box:hover .nav-level2-list {    
    	max-height: 1000px; /* Für transition height:auto funktioniert nicht mit transition. */        
    }
    
    .nav-level1 {
		font-weight: normal;
	}

}

@media screen and (min-width: 960px) {
	
	#haupt-navi ul {
	    flex-direction: row;
	}
	
	#haupt-navi .nav-level1-clicked, 
	#haupt-navi .nav-level2-clicked {
	    font-weight: normal;
	}
	
	
    #kopf-burger {
    
        display: none;
    }
    
    #kopf-burger:hover .burger-arrow {
    
        display: none;
    }
}

@media screen and (max-width: 500px) {
	
	table.table-p0 {

		padding: 7px;
	
	}
	
}

@media screen and (max-width: 600px) { 
	
	.fr, .fl{
	
		float: none;
		margin-left: 0;
		margin-right: 0;
	
	}
	
}

@media screen and (max-width: 600px) {
	
	.colTwo {
	
		-webkit-column-count: 1;
	    -moz-column-count: 1;
	     column-count: 1;
	
	}
	
	
}

@media screen and (max-width: 600px) {
	
	.oneCol > div{
	
		margin-top: 15px;
	
	}
	
}

@media screen and (max-width: 600px) { 
	
	.twoCol {
	
		width: 100%;
	
	}
	
}

@media screen and (max-width: 600px) {
	
	.quarterScale,
	.semiScale {
	
		width: 100%;
	
	}
	
}

@media screen and (max-width: 600px) {
	
	#secImage {
	
		display: none;
	
	}
	
}

@media screen and (max-width: 600px) {
	
	.news {
	
		margin-bottom: 50px;
	
	}
	
}

@media screen and (max-width: 600px) {
	
	#price {
	
		padding-left: 0%;
	
	}
	
}

@media screen and (max-width: 600px) {
	
	.page-sub-text > p {
	
		margin-top: 30px;
		text-align: left;
	
    }
    
@media screen and (max-width: 400px) {

    #sprachwahl {

    justify-content: center;
    text-align: center;
    float: none;
    padding-top: 9px;
    width: 100%;

    }

}
	
}



/* Darstellung zurückgezogener Abschnitte im Editor */
.hidden-box {
    background: #DDDDDD;
    color: #666666 !important;
}
.hidden-box a {
    color: #666666 !important;
}



