@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');


@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
	color: #6c6965;
	cursor: pointer;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
 	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	line-height: 44px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
    color:#464c4d;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
	border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
header {
	margin-top: 50px;
}
p{
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	color: #6c6965
}
h1 {
	margin-bottom: 20px;
}
h2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 27px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: none;
	margin-bottom: 20px;
	color: #6c6965;
}

.ms-section {
	text-align: left;
}

.dotted_line {
 	margin-top:30px;
 	margin-bottom:43px;
	border-bottom: 1px dotted #b2b2b2;
	width: 50%;
}

/* Paspartu
 * --------------------------------------- */

.paspartu_top {
position: fixed;
padding-top: 1%;
height: 0;
width: 100%;
top: 0px;
left: 0px;
background-color: #ffffff;
z-index: 200;
}

.paspartu_right {
background-color: #ffffff;
position: absolute;
height: 100%;
width: 1%;
top: 0px;
z-index: 101;
left: auto;
right: 0px;
}

.paspartu_bottom { 
position: fixed;
padding-top: 1%;
height: 0;
width: 100%;
bottom: 0px;
left: 0px;
background-color: #ffffff;
z-index: 200;
}

.paspartu_left {
background-color: #ffffff;
position: absolute;
height: 100%;
width: 1%;
top: 0px;
z-index: 101;
left: 0px;
right: auto;
}

/* Logo
 * --------------------------------------- */

#logo {
	position: relative;
	width: 200px;
	height: 200px;
	z-index: 60;
	margin: 0px 0px 0px 50px;
}

#logo_mobile {
	display: none;
}

/* Menu
 * --------------------------------------- */

#menu{
	position: relative;
	float: right;
	top:-185px;
	left:0;
	height: 40px;
	z-index: 70;
	width: 400px;
	padding: 0;
	margin:0;
	background-image: url("../img/pattern_background.jpg");
	background-repeat: no-repeat;
}
#menu li {
	display:inline-block;
	color: #000;
}
#menu li.active{
	color: #000;
	border-bottom:1px solid black;
    padding-bottom:5px;
}
#menu li a{
	text-decoration:none;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0px;
	font-size: 13px;
	font-weight: 400;	
	font-family: 'Oswald', sans-serif;
}
#menu li.active a:hover{
}
#menu li:hover{
}
#menu li a,
#menu li.active a{
	padding: 12px 18px;
	display:block;
}
#menu li.active a{
	color: #000;
}

label {
	margin: 0 40px 0 0;
	font-size: 26px;
	line-height: 70px;
	display: none;
}
#toggle {
	display: none;
}

/* Announcement
 * --------------------------------------- */
.announcement {
 	display: inline-block;
 	height: auto;
 	text-align: center;
	width: 100%;
	color: white;
	margin: 0;
	padding: 0;
	bottom: 11px;
	vertical-align: middle;
	font-size: 0.8em;
	position: fixed;
	background: rgba(34,34,34,0.8);
}
.announcement a { 
  	color: #ccc; 
}
.announcement a:hover {
  	color: red;
}
.announcement p { 
	font-family: 'Oswald', sans-serif;
 	color: #fff; 
 	letter-spacing: 3px;
 	padding: .8em 3em;
}


/* Backgrounds Multiscroll
 * --------------------------------------- */

#left1 {
	background-image: url("../img/pattern1.jpg");
	background-repeat: no-repeat;
	background-position: 100% center !important;
	background-size: cover;
}
#left1_about {
	background-image: url("../img/about.jpg");
	background-repeat: no-repeat;
	background-position: 100% center !important;
	background-size: cover;
}
#left1_kontakt {
	background-image: url("../img/pattern_background.jpg");
	background-repeat: no-repeat;
	background-position: 100% center !important;
	background-size: cover;
}
#left1_impressum {
	background-image: url("../img/pattern3.jpg");
	background-repeat: no-repeat;
	background-position: 100% center !important;
	background-size: cover;
}
#left2 {
	background-image: url("../img/stea.jpg");
	background-repeat: no-repeat;
	background-position: 100% center !important;
	background-size: cover;
}
#left3 {
	background-image: url("../img/pattern1.jpg");
	background-repeat: no-repeat;
	background-position: 100% center !important;
	background-size: cover;
}
#left4 {
	background-image: url("../img/garnel.jpg");
	background-repeat: no-repeat;
	background-position: 100% center !important;
	background-size: cover;
}
#textcont_left {
	width: 50%;
	margin: 0 auto;
	text-align: right;
}

#right1 {
	background-image: url("../img/split1.jpg");
	background-repeat: no-repeat;
	background-position: 100% center !important;
	background-size: cover;
}
#right1_about {
	background-image: url("../img/pattern2.jpg");
	background-repeat: no-repeat;
	background-position: 100% center !important;
	background-size: cover;
}
#right1_kontakt {
	background-image: url("../img/pattern2.jpg");
	background-repeat: no-repeat;
	background-position: 100% center !important;
	background-size: cover;
}
#right1_impressum {
	background-image: url("../img/pattern_background.jpg");
	background-repeat: no-repeat;
	background-position: 100% center !important;
	background-size: cover;
}
#right2 {
	background-image: url("../img/pattern2.jpg");
	background-repeat: no-repeat;
	background-position: 100% center !important;
	background-size: cover;
}
#right3 {
	background-image: url("../img/art.jpg");
	background-repeat: no-repeat;
	background-position: 100% center !important;
	background-size: cover;
}
#right4 {
	background-image: url("../img/pattern2.jpg");
	background-repeat: no-repeat;
	background-position: 100% center !important;
	background-size: cover;
}
#textcont_right {
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

/* Instagram / Galerie
 * --------------------------------------- */
.instaimg img {
	margin-bottom: 10px;
}

#instagramContainer {
	position: absolute;
	margin-top: -240px;
	z-index: -1;
}

/* neu
 * --------------------------------------- */
.insta-grid-container {
	display: grid;
	grid-template-columns: auto auto auto auto;
	gap: 10px;
  }
.insta-grid-container img {
	max-width: 100%;
	display: block;
	}

@media screen and (max-width: 1000px) {
	.insta-grid-container {
		display: block;
	}
	.insta-grid-container img {
		margin-bottom: 10px;
	}
	#instagramContainer {
		margin-top: 70px;
	}
}

/* Media Query
 * --------------------------------------- */

@media screen and (max-width: 1000px) {

	header {
		position: fixed;
		background: #fff;
		width: 100%;
		height: auto;
		z-index: 60;
		margin-top: 0;
	}

	#logo {
		display: none;
	}
	#logo_mobile {
		width: 50px;
		height: 50px;
		display: table;
		margin: 0 auto;
		padding: 5px 0px 5px 0px;
	}

	.announcement {
		bottom: 0;
	}

	label {
		position: absolute;
		display: block;
		cursor: pointer;
		top: 0px;
		right: 10px;
	}

	#menu {
		position: fixed;
		display: none;
		width: 100%;
		text-align: center;
		top: 60px;
		background: none;
	}
	#menu li {
		display: block;
		background: rgba(255, 255, 255, 1.0);
		
	}
	#menu li.active{
		border-bottom:none;
		padding-bottom:5px;
	}

	#toggle:checked + #menu {
		display: block;
	}

	#left1_kontakt {
		display: none;
	}
	#left1_impressum {
		display: none;
	}

	.paspartu_top {
		display: none;
	}
	.paspartu_right {
		display: none;
	}
	.paspartu_bottom {
		display: none;
	}
	.paspartu_left {
		display: none;
	}

	#textcont_left {
		margin: 90px auto;
	}
	#textcont_right {
		margin: 90px auto;
	}

	.row {
		margin-top: 300px;
	}

}
