


/**************Defaults**************/
/*globals*/
:root {
    /* var not supported from IE*/
    --main-highlight-color: rgb(190,130,50);
    --main-highlight-color-alpha: rgba(190,130,50,0.6);
    --main-bg-color-alpha: rgba(190,130,50,0.8);
}

.center {text-align: center;}
.right {text-align: right;}
.italic {font-style: italic;}
.white {color: white;}


/*responsive*/
.row1 {width: 100%;}
.row4 {width: 33%;}
.row6 {width: 50%;}
.row12 {width: 10%;}


/*body*/
body {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin: 0 auto;
  padding: 0;
}

/*Headlines*/
h1, h2, h3, h4, h5 {
  color: var(--main-highlight-color);
}

h1 {
  font-size: 25px;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 30px;
}


section footer article h3 {
  padding-top: 20px;
  margin: 0;
  text-align: center;
  color: white;
}

h4 {
  text-align: center;
  font-family: 'Neucha', cursive;
  font-size: 30px;
  line-height: 35px;
  padding: 0;
  margin: 20px;
  margin-top: 40px;
}

h5 {
  text-align: center;
  /* font-family: 'Neucha', cursive; */
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 10px;
  margin-top: 20px;
}

/*Links*/
a {color: white; text-decoration: none; font-family: 'Arial', sans-serif; font-size: 14px;}
a:active {color: white;}
a:hover {color: white; font-weight: bold;}
a:visited {color: white;}

section.a {
  display: block;
}

/*images*/
img {
  display: block;
  /*text-align: center;*/
  margin-left: auto;
  margin-right: auto;
  /* border-left: 40px solid white;
  border-right: 40px solid white; */
  border: 0px solid white;
}

/*sections*/
section {
  padding: 0px;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
}

/*articles*/
article {
  max-width: 800px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

/*paragraphs*/
p {
  font-size: 20px;
  font-family: 'PT Sans Narrow', sans-serif;
}

section footer article p {
  padding: 50px;
  padding-top: 0px;
  color: white;
  text-align: center;
}
/**************Defaults**************/


/***************Background***************/
section#static_bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/mediennetz-ulm-hintergrund_1500.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -10;
}
/***************Background***************/


/***************Header Area***************/
section.head {
  height: 700px;
}

section.head_low {
  height: 250px;
}

section#head h1{
  position: relative;
  padding: 0;
  margin: 3px;
  font-size: 5em;
  top: 60px;
  line-height: 1.0;
}
section#head p{
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  top: 100px;
}

section#head {
  max-width: 80%;
  margin-bottom: 100px;
  margin-top: 500px;
  background-color: var(--main-bg-color-alpha);
}
/***************Header Area***************/


/***************navigation area***************/
section.topNavigation {
  top:30%;
  right: 0;
  position: fixed;
  z-index: 20;
  float: right;
  overflow: hidden;
  background-color: none;
}

section.topNavigation .icon {
  display: none;
}

section.topNavigation a {
  /* float: none; */
  display: block;
  color: white;
  background-color: var(--main-highlight-color-alpha);
  text-align: center;
  padding: 10px;
  text-decoration: none;
  width: 130px;
  font-size: 20px;
}
/***************navigation area***************/


/***************Content***************/
section#content h3 {text-align: center;}

section#content footer {
  position: absolute;
  margin: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: var(--main-bg-color);

  margin-bottom: 40px;
}

section#content article {
  padding: 10px;
  background-color: rgba(240, 240, 240, 0.8);
}

/*open/close offers*/
section#content summary {
  font-size: 20px;
  font-family: 'PT Sans Narrow', sans-serif;
}

/*removes arrow indicator */
section#content summary::-webkit-details-marker {
  display: none;
}

/*removes arrow indicator in FF*/
details > summary:first-of-type {
    list-style-type: none;
}
section#content summary:focus {
	outline: none;
}
/* summary:before {
  content: "+";
} */
/***************Content***************/


/***************Custom articles***************/
article.offer {
  overflow: auto;
}

article.space {
  margin: 0px;
  padding: 0px;
  height: 50px;
  background-color: transparent !important;
}
/***************Custom articles***************/


/***************custom paragraphs***************/
p.block {
  color: white;
  background-color: var(--main-highlight-color);
  margin: 5px;
  padding: 10px;
}

p.left {
  float: left;
}

p.navSpace {
  margin: 30px;
  padding: 0px;
}

p.bg_white {
  background-color: rgba(25, 25, 25, 0.2);
  /* background-color: var(--main-highlight-color-alpha); */
  margin: 0;
  padding: 0;
}

/*images of the offers*/
article.offer img {
  max-height: 100px;
  max-width: 450px;
}
/***************custom paragraphs***************/


/***************Custom Links***************/
p.copy a {color: var(--main-highlight-color); text-decoration: underline;}
p.copy a:active {color: var(--main-highlight-color);}
p.copy a:hover {color: var(--main-highlight-color);}
p.copy a:visited {color: var(--main-highlight-color)}
/***************Custom Links***************/


/*************Footer**************/
section#footer {
  position: fixed;
  background-color: rgb(190,130,50); no var, so IE user see the footer//var(--main-highlight-color);
  width: 100%;
  bottom: 0px;
}
section#footer p {padding: 0px; margin: 10px; font-size: 12px;}
/*************Footer**************/


@media screen and (max-width: 1400px) {

  section#head h1{
    font-size: 4.5em;
  }

}


@media screen and (max-width: 1200px) {

  section#head h1{
    font-size: 4em;
  }
}

@media screen and (max-width: 768px){


  .row1{width:100%;}
  .row4{width:100%;}
  .row6 {width:100%;}

  section#static_bg {
    background-image: url(../imgs/mediennetz-ulm-hintergrund_800.jpg);
  }

  section.head {
    /*background-color: red;*/
    height: 400px;
  }

  section.head_low {
    height: 160px;
  }

  section#head h1{
    font-size: 2.6em;
    top: 30px;
  }
  section#head p{
    font-size: 1.0em;
    line-height: normal;
    margin-left: 20px;
    margin-right: 20px;
    top: 50px;
  }


  section#content h3 {
    text-align: center;
    padding: 15px;
  }
  section footer article p, section footer article p.right  {
    text-align: center;
  }

  article {
    /*position: relative;*/
    /*float: left;*/
    /*max-width: 400px;*/
    width: 80%;
  }


  /*navigation bar*/
  section.topNavigation {
    top: 0;
    width: 100%;
    /* background-color: #333; */
  }

section.topNavigation a {
  float: left;
  width: auto;
}

  section.topNavigation a:not(:first-child) {display: none;}
  section.topNavigation a.icon {
    float: right;
    display: block;
  }

  /* section.topNavigation.burger {position: relative;} */
  section.topNavigation.burger .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
 section.topNavigation.burger a {
    float: none;
    display: block;
    text-align: left;
  }
  section.topNavigation a {
    background-color: var(--main-highlight-color);
  }

  p.navSpace {
    margin: 0px;
    padding: 0px;
  }

}

@media screen and (max-width: 550px) {

  section#head h1{
    font-size: 1.9em;
  }

  section#head p{
    font-size: 0.8em;
  }

  section#head {
    margin-top: 300px;
  }

  p.area {
    height: 50px;
  }

  /*images of the offers*/
  article.offer img {
    max-width: 350px;
  }

}

@media screen and (max-width: 450px) {
  /*images of the offers*/
  article.offer img {
    max-width: 250px;
  }
}
