@charset "utf-8";
/* CSS Document */

*{margin: 0; 
padding: 0;
font-family: 'Open Sans', sans-serif;
box-sizing: border-box;
font-size: 18px;
}

img {
	width: 100%;
	height: auto;
}

a {
	color: #eb5e5e; 
}

ul {
	padding-left: 15px;
}

li {
	padding-bottom: 15px;
}

h1 {
font-weight: 600;
color: #26b3a7;
font-size: 25px;
margin-bottom: 20px;
}

h2 {
font-weight: 600;
color: #26b3a7;
font-size: 18px;
margin-top: 20px;
}


span.bold {
	font-weight: 600;
	color: #eb5e5e; 
}

span.small {
	font-size: 12px;
}

span.small strong {
	font-size: 12px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.button {
    background-color: #eb5e5e;
    padding: 20px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}

.logo {
	margin-top: 20px;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html, body {
  height: 100%;
  margin: 0;
}

html {
width:100%;
font-family: 'Open Sans', sans-serif;
}

body.bild {
background-image: url("Bilder/background.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}

#seite {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
}

#page-container {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -50px;
  padding-bottom: 3em;
}

footer {	
	font-size: 14px; 
	color: #fff;
	background-color: #26b3a7;
	text-align: center;
	padding: 15px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 3em;
}

footer a {
	font-size: 14px; 
	color: #fff; 
}

  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

img.mobile {
	display: none;
}



@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*="col-"] {
	width: 100%; }
	
		body {
background-color: #fff;
background-image: none;
}
	
	img.mobile {
	display: inline-block;
}
	html {
overflow: auto;
}
	
	.no-padding {
	padding: 0px !important;
}
	
	#page-container {
  margin-bottom: 20px;
}

footer {	
  height: auto;
}
	
.logo {
	margin-top: 20px;
}
	
}
