*{
  margin: 0px;
  padding: 0px;
}

  .novo{
      width: 100%; 
      margin-left: 50px;  
      display: flex; 
      flex-wrap: wrap;
  }

body{
  background-color: #f4f4f4;
}



.allContent{
  background-color: #ffffff;
  width: 90%;
  height: auto;
  max-width: 900px;
  margin: 20px auto;
  box-shadow: 0px 0px 10px #ddd;
}


.centerContent{
  width: 90%;
  margin: 0px auto;
}

#toggleKurs{
  display: none;
}


#callNow{
  display: block;
  position: relative; bottom: 0px; left: 0px;
  text-decoration: none;
  padding: 10px;
  color: #fff;
  background-color: #007C13;
  font-family: sans-serif;
  width: 90%;
  margin: 0px auto;
}






/* ////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////  -- mainHeader --   ///////////////////////////////////   */

.mainheader{
  width: 100%;
  height: 120px;
}

.mainheader img{
  width: auto;
  height: 80px;
  float: left;
  margin: 20px;
}

.mainheader h1{
  font-family: sans-serif;
  font-size: 20px;
  padding-top: 30px;
  display: inline-block;
}

.mainheader nav{
  float: right;
  margin-top: 60px;
  margin-right: 20px;
}

.mainheader nav ul li{
  display: inline;
  list-style-type: none;
}

.mainheader nav ul li a{
  font-family: sans-serif;
  display: inline;
  text-decoration: none;
  padding: 10px;
  color: #444;
}

.mainheader nav ul li a:hover{
  background-color: #f4f4f4;
}














/* ////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////  -- mainbanner --   ///////////////////////////////////   */

.mainBanner{
  width: 100%;
  height: auto;
  border-bottom: 20px solid #f00;
}

.mainBanner img{
  width: 100%;
  height: auto;
}






/* ////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////  -- mainContent --   ///////////////////////////////////   */

.mainContent{
  width: 100%;
  height: auto;
  display: flex;
  padding-top: 80px;
}

.mainContent .content h2{
  color: #444;
  font-family: sans-serif;
  font-size: 20px;
  margin: 0px 50px 30px 50px;
  display: inline-block;
}

.mainContent .content p{
  font-family: sans-serif;
  font-size: 15px;
  margin: 20px 50px 30px 50px;
  color: #777;
  line-height: 1.8;
  text-align: left;
}

.mainContent .content ul{
  list-style-image: url(../images/list.png);
}

.mainContent .content ul li{
  font-family: sans-serif;
  font-size: 15px;
  margin: 10px 50px 10px 60px;
  color: #777;
  line-height: 1.8;
  text-align: justify;
  font-weight: bold;
}

.mainContent .content{
  width: 70%;
  height: 100%;
}



.mainContent .asideContent{
  width: 30%;
  height: 100%;
}


.mainContent .asideContent h3{
  background-color: #f4f4f4;
  color: #444;
  font-family: sans-serif;
  font-size: 17px;
  margin: 30px 20px 10px 20px;
  padding: 5px;
}

.mainContent .asideContent p{
  font-family: monospace;
  font-size: 15px;
  margin: 0px 20px 5px 25px;
  color: #777;
  line-height: 1.5;
  font-weight: bold;
}











form{
  width: 85%;
  margin: 0px auto 20px auto;
}

form .txt{
  width: 100%;
  height: 35px;
  margin: 10px 0px;
  padding: 5px;
  background-color: #f4f4f4;
  border: 1px solid #555;
}

form textarea{
  width: 100%;
  height: 150px;
  margin: 10px 0px;
  padding: 5px;
  background-color: #f4f4f4;
  border: 1px solid #555;
}

form #button{
    padding: 10px 30px;
    background-color: #444;
    color: #f4f4f4;
    border: 0px solid #555;
}

form #button:hover{
    cursor: pointer;
    background-color: #777;
}















/* ////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////  -- mainFooter --   ///////////////////////////////////// */


.mainFooter{
  width: 100%;
  height: auto;
  min-height: 40px;

  text-align: center;
  background-color: #ddd;
}

.mainFooter p{
  font-family: helvetica;
  font-size: 12px;
  margin: 0px 20px 5px 25px;
  color: #777;
  line-height: 1.5;
  padding-top: 10px;
}














/* ////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////  -- img slider --   ///////////////////////////////////   */

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}









@media only screen and (max-width: 900px){


  .mainheader{
    width: 100%;
    height: auto;
    min-height: 60px;
  }



  #toggleKurs{
  position: relative; top: 30px; right: 20px;
  float: right;
  font-size: 30px;
  color: #f00;
  display: block;
}




  .mainheader nav{
    display: none;
    float: none;
    margin-top: 30px;
    margin-right: 0px;
    width: 100%;
    background-color: #f4f4f4;
  }

  .mainheader nav ul li{
    display: block;
    list-style-type: none;
    border-bottom: 1px solid #eee;
  }

  .mainheader nav ul li a{
    font-family: sans-serif;
    display: block;
    text-decoration: none;
    padding: 10px 0px 10px 20px;
    color: #444;
    font-size: 13px;
  }

  .mainheader nav ul li a:hover{
    background-color: #f4f4f4;
  }










  .mainContent{
    flex-wrap: wrap;
  }

  .mainContent .content{
    width: 100%;
  }

  .mainContent .asideContent{
    margin-top: 50px;
    width: 100%;
  }

  .mainContent .asideContent h3{
    font-size: 20px;
    margin: 30px 20px 10px 20px;
    padding: 5px;
  }

  .mainContent .asideContent p{
    font-size: 18px;
    margin: 0px 20px 5px 25px;
  }

  .mainContent .content h2{
    font-size: 20px;
    margin: 0px 20px 30px 20px;
    display: inline-block;
  }

  .mainContent .content p{
    font-family: sans-serif;
    font-size: 15px;
    margin: 20px 20px 30px 20px;
  }

  .mainContent .content ul li{
    margin: 20px 20px 30px 30px;
    text-align: left;
  }










}

@media only screen and (max-width: 600px){

  .mainheader img{
    width: auto;
    height: 50px;
    float: left;
    margin: 20px;
  }

  .mainheader h1{
    font-size: 11px;
    padding-top: 30px;
    display: inline-block;
  }

  #callNow{
    display: block;
  }
  
  .novo{
      width: 100%; 
      margin-left: 20px;  
      display: flex; 
      flex-wrap: wrap;
  }


}














/**/
