/**
*** SIMPLE GRID
*** (C) ZACH COLE 2016
**/

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);

/* UNIVERSAL */

html,
body {
  background-color: #FDE2BA;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}

/* ROOT FONT STYLES */

* {
  font-family: 'Lato', Helvetica, sans-serif;
  line-height: 1.3;
}


hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 4px solid #ffffff;
}




/* TYPOGRAPHY */

h1 {
  font-size: 2.5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
  font-weight: 400;
 
}

h4 {
  font-size: 1.125rem;
}

h5 {
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;
}

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

ul li {
  line-height: 1.7 !important;
   font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
}
 
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
 
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}


/* POSITIONING */

.right {
  text-align: right;
}


/* ==== IMAGE ==== */

img {
  display: table-cell;
  vertical-align: middle;
  margin:0 auto;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #FDE2BA;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-thumbnail-white {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}


/*! 
Standardfarbe und Variante 

*/
.standard {
  background-color: #FDE2BA;
  color: #333447;
}


.standard a {
  color: #333447;
}

.variante {
  background-color: #00939D;
  color: #ffffff;
}

.variante a {
  color: #ffffff;
}



/* ==== GRID SYSTEM ==== */

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;

}

.row {
  position: relative;
  width: 100%;

}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;

}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 99%;

  }
  
 
}

@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: inline;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  .container {
    width: 95%;
    max-width: 90rem;

  }

}



/* BUTTON https://fdossena.com/?p=html5cool/buttons/i.frag  */

a.button{
  display:inline-block;
  width:90%;
  padding:0.5em 1.2em;
  margin:0 0.1em 0.1em 5%;
  border:0.16em solid rgba(255,255,255,0);
  border-radius:10px;
  box-sizing: border-box;
  text-decoration:none;
  font-family:'Roboto',sans-serif;
  font-weight:300;
  color:#FFFFFF;
  font-size: 120%;
  text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
  text-align:center;
  transition: all 0.2s;
}
a.button:hover{
  border-color: rgba(255,255,255,1);
}
@media all and (max-width:45em){
  a.button{
    display:block;
    margin:0.2em auto;
  }
}

