html, body, header, footer, main, section, div {
  margin: 0px;
  padding: 0px;
}

html {
  min-height: 100vh;
  min-width: 320px;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  font-family: pt-sans-pro-narrow, sans-serif; 
  font-weight: 300;
  font-style: normal;
  font-size:20px;
  line-height:24px;

}

a, a:hover{text-decoration: none;}

h1{
  font-weight: 400;
  font-size:30px;
  line-height: 30px;
  margin-bottom:40px;
}

h2{
  font-size:30px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  color:#656590;
  margin-top: 50px;
  text-align: center;
}

h3{
  font-size:22px;
  line-height: 22px;
  font-weight: 300;
  color:#656590;
  text-align: center;
  margin-bottom:0px;
}

h4{
  font-size:22px;
  line-height: 22px;
  font-weight: 400;
  color:#656590;
  text-align: center;
  margin-bottom:15px;
}

header {
  /* height: 80px; */
  line-height: 80px;
  margin: 0px;
  text-align: left;
  background-color: #F2F0EC;
  background-color: rgba(101, 101, 144, 0.1);
}

header p {
  padding-left: 0px;
}

footer {
  height: 150px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: #BCB8B1;
  background-color: #efefef;
  background-color: rgba(101, 101, 144, 0.1);
}

footer p {
  line-height: 95px;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
}

footer p a:last-child:before {
  content: "|";
  padding: 0 5px 0 5px;
  color: #656590;
}

footer p a {
  color: #EB8C74;
  color: rgba(101, 101, 144, 0.85);
  color: #DB5837;
  color: #656590;
}

footer p a:hover {
  color: rgba(101, 101, 144, 0.85);
  text-decoration: none;
}

main {
  flex: 1 0 auto;
  background-color: #fff;
}

main {
  flex-grow: 1;
  flex-shrink: 1;
}


col{
  padding-left:50px;
  margin:0px;
  max-width: 1200px;

}

.image {
  width: 100%;
  height: 450px;
  padding: 0px;
  background-color: #656590;

}

.image div {
  width: 100%;
  height: 100%;
  opacity:0.8;
  background-image: url('../img/header.jpg');
  background-size: cover;
  background-position: center center;
}

.imagetext{
  margin-top:-450px;
  padding-top:40px;
  height:450px;
  color:white;
}

.imagetext h1{
  font-weight: 600;
  font-size:50px;
  line-height: 50px;
  color:white;
  text-align: left;
  padding-left: 50px;
  padding-left: 0px;
}

.imagetext h2{
  font-size:40px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
  color:white;
  text-align: left;
  padding-left:50px;
  padding-left: 0px;
}

.stoerer{
  color:white;
  width:320px;
  height:200px;
  background-color: #DB5837;
  font-size:25px;
  line-height:28px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  float: right;
  margin-top:-180px;
  padding:30px;
  padding-top:30px;
  position: relative; !important;
}

.stoerer a div{
  border:1px solid white;
  width:100%;
  padding:10px;
  text-transform: uppercase;
  color:#fff;
  text-decoration: none;
  margin-top:20px;
  margin-right:30px;
  background-color: rgba(255,255,255,0);
    transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

.stoerer a:hover div{
  background-color: rgba(255,255,255,0.1);
  text-decoration: none;
}

.con1{
background-color: #656590;
margin-top:-35px;
color:white;
padding:50px;
}

.con1 section{
  padding:50px;
}

.iconbox{
  background-color: rgba(101, 101, 144, 0.1);
  margin:30px;
  border:3px solid white;
  color:#656590;
  font-size:18px;
  line-height:21px;
  text-align:center;
}

.icon{
margin:25px;
height:80px;
}


.sliderow{
  background-color: rgba(101, 101, 144, 0.1);
  padding:50px;
  padding-bottom:0px;
}

.banderole1{
background-color: #EB8C74;
margin-top:35px;
color:white;
margin-bottom:-10px;
}

.banderole1 section{
  border-radius: 5px 20px 5px;
  padding:50px 350px 20px 50px;
  padding: 5px 0 20px 50;
  height:180px;
}

.banderole2{
background-color: #EB8C74;
margin-top:35px;
color:white;
margin-bottom:-10px;
}

.banderole2 section{
  padding: 30px 350px 20px 50px;
  padding: 5px 0 20px 50;
  height:180px;
}

.benefits{
  background-color: rgba(101, 101, 144, 0.85);
  margin:30px;
  border:3px solid white;
  color:white;
  font-size:18px;
  line-height:21px;
  text-align:left;
  padding:30px 80px;
}

.benefits li{
  font-size: 18px;
  line-height:35px;
}

.benefits ul {
    list-style-image: url('../img/haken.png');
}

.con6{
  background-color:#F2F0EC; 
  color:#8B8B8B !important;
}

.con6 h2{
  color:#DB5837;
}

.con6 h3{
  color:#DB5837;
  opacity:0.8;
}

.con6 p{
  font-size:18px;
  line-height:21px;
  margin-top:50px;
  margin-bottom:50px;
}

#privacy_prompt {
  display: none;
}

#privacy_prompt .privacy_prompt {
  width: 100%;
  padding: 10px;
  background-color: #ccc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fefefe;
}

#privacy_prompt .privacy_prompt div {
  padding: 0 5% 0 5%;
}

#privacy_prompt .privacy_prompt div:first-child {
  flex-grow: 1;
}

#privacy_prompt .privacy_prompt div:last-child p {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 10px 50px 10px 50px;
  background-color: rgba(219, 88, 55, 1);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
}

#privacy_prompt .privacy_prompt div:last-child p:hover {
	  background-color: rgba(219, 88, 55, 0.9);
}

#privacy_prompt .privacy_prompt p {
  line-height: 30px;
  margin: 0;
  padding: 0px;
}

#privacy_prompt .privacy_prompt a {
  color: rgba(219, 88, 55, 1);
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}

#privacy_prompt .privacy_prompt a:hover {
  color: rgba(219, 88, 55, 0.9);
}

.demolink .banderole1{
  background-color: rgba(101, 101, 144, 0.7);
}

.demo .stoerer{
  background-color: rgba(101, 101, 144, 1.0);
}

.demolink a{
  color: white;
  text-decoration: underline; !important
}

.demolink a:hover{
  opacity: 0.8;
}

/* Rules to apply on small screens */
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .imagetext h1 {
    font-size: 40px;
  }

  #slideshow h4 {
    font-size: 18px;
  }

  .stoerer p {
    font-size: 20px;
    margin-left: 12px;
  }

  #privacy_prompt .privacy_prompt div {
    padding: 0 2% 0 2%;
  }
}
