

a{
  outline:none;
  text-decoration: none;
	color: #0044CC;
}

@font-face {
    font-family: Spartan;
    src: url("fonts/Spartan-Light.ttf") format("truetype");
}

@font-face {
	font-family: Spartan-bold;
	src: url("fonts/Spartan-Bold.ttf") format("truetype");
	font-weight: bold;
}

html,body{
	padding:0;
	margin-top: 35px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 60px;
	background-image: url("images/background_anim2.gif");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color:black;
	font-family: 'Spartan', sans-serif;
	letter-spacing: 1px;
	z-index: 1;

}

footer {
	margin: 60px;
}

button {
	border:2px solid #0044CC;
	padding:10px 20px;
	font-size:18px;
	text-align: center;
	background-color: white;
	color:#0044CC;
	margin: 5px;
}

button:hover {
	cursor: grab;
	color: #FF003D;
}

.ob2 {
	margin-bottom: 5%;
	padding: 5%;
	background-color: white;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.buetschgitext {
	margin: 2.5%;
	padding: 5%;
	background-color: white;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 800px) {
	.col2 {display: flex; width: 100%;}
	.ob2 {margin: auto;padding:5%;  width: 45%; background-color: white; }
}



/* image dot gallery */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #0044CC;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* end image dot gallery */

.top{
	width: 60px;
	top: 0px;
	right: 0px;
	position: fixed;
	z-index: 199;
}

.logo img{
	max-width:60px;
	height:auto;
	position: fixed;
	top: 10px;
	left: 0px;
}

.back img{
	max-width: 60px;
	height: auto;
	position: fixed;
	top: 10px;
	left: 80px;
}

.menuicon img{
	max-width:60px;
	height:auto;
	position: absolute;
	padding-top:10px;
	top: 0px;
	right: 0px;
}

.icon1{
	max-width: 60px;
	position: absolute;
	right: 0px;
	margin-top: 100px;
	padding-top: 50%;
	padding-bottom: 50%;
}

.icon2{
	max-width: 60px;
	position: absolute;
	right: 0px;
	margin-top: 180px;
	padding-top: 50%;
	padding-bottom: 50%;
}

.icon3{
	max-width: 60px;
	position: absolute;
	right: 0px;
	margin-top: 260px;
	padding-top: 50%;
	padding-bottom: 50%;
}

.icon4{
	max-width: 60px;
	position: fixed;
	left: 160px;
	bottom: 10px;
	padding-right: 0%;
	padding-left: 0%;
	z-index: 96;
}

.icon5{
	max-width: 60px;
	position: fixed;
	left: 80px;
	bottom: 10px;
	padding-right: 0%;
	padding-left: 0%;
	z-index: 97;
}

.icon6{
	max-width: 60px;
	position: fixed;
	left: 0px;
	bottom: 10px;
	padding-right: 0%;
	padding-left: 0;
	z-index: 98;
}

.some{
	z-index: 99;
}

.logo{
	flex:1;
	width: 50%;
}
.menuicon{
	flex:1;
	width: 10%;
	text-align: right;
}

.submenu{
  width: 100%;
  display: none;
  position: fixed;
  top:105px;
  z-index: 99;
  border-top:1px solid black;
	
	font-family: 'Spartan-bold', sans-serif;

}

.bbin{
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
    text-align: center;
}

.bbin2{
	width: 90%;
	overflow: hidden;
	padding-bottom: 20px;
    text-align: left;
	margin: auto;
}

h2{
	color:#0044cc;
	text-transform: uppercase;
	font-size: 28px;
	border-bottom:1px solid black;
	padding-top: 10px;
	padding-bottom:20px;
	font-weight: normal;
}

h3{
	color:#0044CC;
	text-transform: uppercase;
	font-size: 15px;
	text-indent: 0px;
	border-bottom:0px solid black;
	font-family: Spartan-bold, sans-serif;
    margin:0;
	padding:0;
}

h4{
	color:#3b00aa;
	text-transform: uppercase;
	font-size: 28px;
	text-indent: 25px;
	border-bottom:1px solid black;
	padding-bottom:20px;
	font-weight: normal;
}

h5{
	font-weight: 800;
	font-family: spartan-bold, san-serif;
	padding-bottom: 0px;
	padding-top: 20px;
}

.datenschutz{
	margin: auto;
	padding-left: 5%;
	padding-right: 5%;
}

.innertxt{
	padding:30px;
	border-style: solid;
	border-width: thin;
	border-color: black;
	width:80%;
	margin: auto;
	font-size: 0.9em;
	line-height: 1.6em;
	white-space: pre-line;
	height:70vh;
}

ul.b{
	list-style-type: none;
}


.imginner {
	width: 33.33333%;
	height: 50vh;
	display: inline-block;
	text-align: center;
	height:70vh;

}


.imginner img{
	display: block;
	margin: auto;
	max-width: 90%;
	height: auto;
	padding-top:10%;
}


.bimg img{max-width:100%;height:auto;}

.bimg{ 
	display: inline-block;
	width:48%;
}
.btext{ 
	display: inline-block;
	width:45%;
	padding-left: 2%;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.6em;
}

.bbin4{
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 20px;
    text-align: center;
}

.bimg4 img{max-width:100%;height:auto;}

.bimg4 { 
	display: inline-block;
	width:48%;
}
.btext4 { 
	display: inline-block;
	width:45%;
	padding-left: 2%;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.6em;
}


.showme{
	display:block !important;
}

.open{
	display:none !important;
}

.showme2{
	display:block !important;
	float: right;
}

.showme3{
	display:none !important;
}

.submenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.submenu ul li{
	border-bottom:1px solid black;
	background-color: white;
}

.submenu ul li a{
	width: 100%;
	display: block;
	color:#0044CC;
	text-transform: uppercase;
	font-size: 5em;
	text-indent: 25px;
	padding: 20px 0;
}

.submenu ul li a:hover{
	color: #FF003D;
}

@media (max-width: 992px) {
	.submenu ul li a {font-size: 2em;}
}

.content{
	z-index: 1;
	position: relative;
}

/* Formular */

.container{
	font-family: 'Spartan', sans-serif;
	font-size: 1em;
	line-height: 2em;
	letter-spacing: 1px;
	margin-top: 20px;
}


.label{
	margin-top: 20px;
}

.nachricht{
	margin-top: 40px;
	font-family: 'spartan', sans-serif;
	font-size: 1em;
	line-height: 2em;
}

placeholder{
	font-family: 'spartan', sans-serif;
	font-size: 1em;
	line-height: 2em;
}

input[type=text]{
	border:1px solid #ccc;
	padding:10px 0;
	margin: 5px;
	font-family: 'spartan', sans-serif;
	font-size:1em;
	width: 80%;
	text-indent: 10px;
}

input[type=email]{
	border:1px solid #ccc;
	padding:10px 0;
	margin: 5px;
	font-family: 'spartan', sans-serif;
	font-size:1em;
	width: 80%;
	text-indent: 10px;
}

input[type=subject]{
	border:1px solid #ccc;
	padding:10px 0;
	margin: 5px;
	font-family: 'spartan', sans-serif;
	font-size:1em;
	width: 80%;
	text-indent: 10px;
}

select{
	border:2px solid #ccc;
	padding:10px 0;
	margin: auto;
	font-size:18px;
	width: 80%;
	text-indent: 10px;
	background-color: white;
}

input[type=submit]{
	border:2px solid #0044CC;
	padding:10px 20px;
	font-size:18px;
	text-align: center;
	background-color: white;
	color:#0044CC;
}

input[type=submit]:hover{
	cursor: grab;
	color: #FF003D;
}

textarea{
	border: 1px solid #ccc;
	padding:10px 0;
	font-family: 'spartan', sans-serif;
	font-size:1em;
	line-height: 2em;
	width: 80%;
	text-indent: 10px;

}

textarea:focus,select:focus,input:focus{
    outline: none;
}

.bbin3{
	width: 100%;
}



/* start gallery grid */
* {
  box-sizing: border-box;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.redbcontent {
	position: relative;
}

.redbcontent:hover .overlay {
	opacity: 1;
}
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  font-size: 0.8em;
  padding: 20px;
  text-align: center;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

