@charset "UTF-8";

/*

uwid

Author: nexd — new experience design
URL:    http://nexd.de
support: support@nexd.de

*/

/* ibm-plex-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ibm-plex-sans-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ibm-plex-sans-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/ibm-plex-sans-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/ibm-plex-sans-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/ibm-plex-sans-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/ibm-plex-sans-v14-latin-regular.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
  }


/* ibm-plex-sans-condensed-regular - latin */

  /* ibm-plex-sans-condensed-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ibm-plex-sans-condensed-v13-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ibm-plex-sans-condensed-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/ibm-plex-sans-condensed-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/ibm-plex-sans-condensed-v13-latin-600.woff') format('woff'), /* Modern Browsers */
         url('../fonts/ibm-plex-sans-condensed-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/ibm-plex-sans-condensed-v13-latin-600.svg#IBMPlexSansCondensed') format('svg'); /* Legacy iOS */
  }



/* -----  1.2 Reset & Normalization  ---------------------------------------- */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  /* Add correct display for IE 9- and some newer browsers */
  display: block;
}

::-moz-selection {
  background: #89ba17;
}

::selection {
  background: #89ba17;
}

.honey {
  position: absolute;
  left: -9999px;
}

/* -----  1.3 General Typography  ------------------------------------------- */

h1, h2, h3, h4, h5, h6,
p, ul, ol, figure, pre {
  /* Reset font-sizes and normalize margins */
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 1.5rem;
}

h1, .h1 {
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 1.07;
  max-width: 39rem;
  margin-bottom: 3rem;
  letter-spacing: -.6px;
    text-transform: uppercase;
}

h2 {
  font-size: 2rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  max-width: 39rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 1em;
}

h5 {
    font-size: 0.89rem;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
  transition: background .4s ease-in-out;
  transition: color .4s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #89ba17;
}

.text a{
    text-decoration: underline;
}

h1 span {
    color: #939393;
}

strong{
    font-family: 'IBM Plex Sans';
    font-weight: 700;
}



/* ----- buttons + links  --------------------------------------------- */

a.download, a.intern, a.scrolldown, a.extern,{
    font-weight: 700;
    line-height: 2;
    text-decoration: none;
}

a.download:before {
    content: '';
    background-image: url(../images/arrow_download.svg);
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .4rem;
}

a.newslink:hover{
  color: #000;
}

a.intern:before {
    content: '';
    background-image: url(../images/internal_link_2.svg);
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .4rem;
}

a.extern:before {
    content: '';
    background-image: url(../images/internal_link.svg);
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .4rem;
}

a.scrolldown:before {
    content: '';
    background-image: url(../images/arrow_scroll.svg);
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .4rem;
}

a.scrolldown {
    display: block;
}

.submenu a.back {
    font-weight: 700;
    font-size: 1rem;
    text-transform: none;
}


.submenu a.back:before {
    content: '';
    background-image: url(../images/arrow_back.svg);
    background-size: contain;
    display: inline-block;
    vertical-align: text-bottom;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .4rem;
}

.button {
    padding: .8rem 1rem 0.7rem 1rem;
    border: 2px solid #000;
    margin-right: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    cursor: pointer;
}

a.button {
    text-decoration: none;
}

.button.white {
    border: 2px solid #fff;
    color: #fff;
}

.button.tag {
    border: none;
    color:#aeaeae;
    margin-bottom: 0;
    margin-right: 0;
}

.button.white:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.button.tag:hover {
    color: #aeaeae;
    background: none;
    cursor: default;
}


.button:hover {
    background: #000;
    color: #fff;
}

.button.active {
    background: #000;
    color: #fff;
}

.tags .button, .tagcloud .button {
    float: left;
}

.button_semester {
    width: 24%;
    height: 9rem;
    border: 2px solid #000;
    display: inline-block;
    cursor: pointer;
    float: left;
    margin-right: 1.3333%;
    margin-bottom: 1.3333%;
    padding: 1rem;
}

.button_semester:hover {
    background: #000;
    color: #fff;
}

.button_semester.border:hover {
    background: #000;
    color: #fff;
    border: none;
}

.button_semester:nth-of-type(4n) {
    margin-right: 0;
}

a.button_semester{
    text-decoration: none;
}



/* -----  1.4 Images & Figures  --------------------------------------------- */

img {
  border-style: none;
  width: 100%;
  height: auto;
}

figcaption {
  font-size: .75rem;
  line-height: 1.25rem;
}

/* The Clearfix™: A classic … */
.cf::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

/* -----  2.1 Kirbytext  ---------------------------------------------------- */


.text h2, .text h3 {
  margin-top: 2rem;
}

.text ol {
  margin-left: 1.1em;
}

.text ul {
  list-style:none;
}

.text ul > li:before {
  content: "→ ";
    position: absolute;
    left:0;

}

.text ul > li {
    list-style: none;
    position: relative;
    padding-left: 25px;

}

.text ol > li {
  list-style: decimal;
}

.text.wrap ul > li {
/*  list-style: disc;*/
  font-weight: 700;
  margin-bottom: .4rem;
}

.text.wrap ol > li {
  font-weight: 700;
  margin-bottom: .5rem;
  margin-left: 0.1rem;
}

hr {
    border-bottom: 2px solid #000;
    margin: 1rem 0;
}

hr.white {
    border-bottom: 8px solid #fff;
    margin: 1rem 0;
}

.text p {
    max-width: 52rem;
}

/* =====  3 Site Layout  ==================================================== */

html {
  color: #000;
  overflow-y: scroll;
  cursor: default;
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(113, 113, 239, 0.5);
  tap-highlight-color: rgba(113, 113, 239, 0.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings:"kern" 1;
  -ms-font-feature-settings:"kern" 1;
  -o-font-feature-settings:"kern" 1;
  -webkit-font-feature-settings:"kern" 1;
  font-feature-settings:"kern" 1;
  font-kerning: normal;
  font-size: 18px;
  min-height: 100%;
  background: #fff;
  scroll-behavior: smooth;

}

body {
    font-family: 'IBM Plex Sans';
    font-weight: 300;
    background: #F1F1F1;
    line-height: 1.5;
    min-height: 100%;
    max-width: 100rem;
    margin-right: 4rem;

}

section {
    display: block;
    vertical-align: bottom;
}

.wrap {
  padding: 2rem;
  width: 70%;
  float: right;
}

.wrap2 {
  padding: 2rem 0 0 2rem;
  width: 100%;
  float: left;
}

.wrap.nopad {
    padding: 0 1rem;
}

.main {
  padding-top: 9rem;
  padding-bottom: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  box-sizing: content-box;
  vertical-align: bottom;
    position: relative;
}

.list {
    width: 100%;
}

.list .col3 {
    width: 60%;
    float: left;
    height: 27rem;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    overflow: hidden;
}

.list .col1 {
    width: 40%;
    float: left;
    height: 27rem;
    padding: 3rem;
    background: #f7f7f7;
}

.list:nth-child(even) .col3 {
    float: right;
}


/* =====  builder components  ==================================================== */

.imagebanner {
    display: inline-block;
    width: 100%;
    height: 34rem;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
    position: relative;
    background-color: hsla(0, 0%, 0%, 0.2);
    background-blend-mode: overlay;
}


.imagebanner-headline {
    color: #fff;
    margin-top: 3rem;
}

.imagebanner-headline h2 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.01;
  max-width: 32rem;
  margin-bottom: 3rem;
  text-transform: none;
}

.image_right, .image_left {
    display: inline-block;
    padding: 4rem 0;
    width: 100%;
    height: auto;
}
.image_right img {
    float: right;
    width: 65%;
    height: auto;
}

.image_right p {
    width: 30%;
    float: left;
    padding-left: 2rem;
}

.image_left img {
    float: left;
    width: 65%;
}

.image_left p {
    width: 30%;
    float: right;
    padding-right: 2rem;
}

.image_full img {
    vertical-align: bottom;
}

.bottom_nav {
    display: inline-block;
    background: #e0e0e0;
    vertical-align: bottom;
    padding: 4rem 0;
    width:100%;
}

/* =====  home  ==================================================== */

.qf, .news {
    width: 50%;
    float: left;
    display: inline-block;
    vertical-align: bottom;
}

 .news .button {
    position: absolute;
    bottom: 0rem;
    left: 2.5rem;
}

.qf {
    margin-top: -5rem;
    background: #F1F1F1;
    padding: 3rem;
    height: auto;
    position: relative;
}

.qf h2 {
    font-size: 3.2rem;
    margin-top: 1rem;
    line-height: 1.2;
    position: relative;
}

.qf p {
    margin-bottom: 2rem;
}

.qf svg {
    position: absolute;
    height: 3rem;
    width: auto;
    right: 0;
    vertical-align: bottom;
}

.news, .news .owl-item {
    background: #89ba17;
    color: #fff;
    height: 28rem;
    margin-top: -.8rem;
}

.news .owl-item  {
    padding: 1.5rem 2.5rem;
}

.owl-item .overimage {
    position: absolute;
    left: 2rem;
    top: 40%;
    max-width: 90%;
    line-height: 1.02;
    font-size: 3rem;
    color: #fff;
}

.home.main {
    padding: 0;
    margin: 0;
}

.termine {
    background: #89ba17;
    display: inline-block;
    color: #fff;
    padding: 3rem 0 2rem 3rem;
    float: left;
    line-height: 1.1;
}

.termine h4 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    opacity: 1;
    text-transform: uppercase;
}

.termine h3 {
    font-size: 2rem;
    opacity: 1;
    margin: 0 0 1rem 0;
}

.termine .col1 {
    padding-top: 0;
    font-size: 2.5rem;
    height: auto;
    background: none;
}
.termine .col3 {
    padding: 0;
    height: auto;
}

.termine li {
    border-left: 2px solid #fff;
    display: inline-block;
    width: 24.5%;
    padding: 0 1rem 0 1rem;
    margin-bottom: 2.25rem;
    float: left;
}

.termine li .button {
    vertical-align: top;
    margin-bottom: 0;
}

.article-title a:hover {
    color: #000;
}

/* =====  Projects  ==================================================== */


#projects {
    display: inline-block;
    width: 100%;
    height: auto;
vertical-align: bottom;
}

#projects_lil {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: -.5rem;
    background: #DADADA;
}

#projects_lil h4 {
    padding: 2.5rem 0 2.3rem 2.5rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

#projects:after, #projects_lil:after {
  content: '';
  display: block;
  clear: both;
}

#projects li {
    width: 33.33%;
    float: left;
}

#projects_lil li {
    width: 25%;
    float: left;
}

.owl-carousel {
    background: #000;
}
.owl-carousel picture img {
   opacity: 0.9;
    transition: opacity .4s ease-in-out;
}

.owl-carousel picture img:hover {
   opacity: 0.7;
}

.infobox {
    position: absolute;
    color: #fff;
    top: 40%;
    left: 3rem;
    z-index: 10;
}

.infobox h2 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0;
}

.view {
    overflow: hidden;
    position: relative;
    list-style: none;
}

.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}
.view-first img {
    transition: all 0.3s linear;
}
.view-first .mask {
    opacity: 0;
    background: rgba(0, 0, 0, 0.81);
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    padding: 1.5rem;
    line-height: 1;
    width: auto;
}

.view-first span {
   font-weight: 500;
    font-size: 1rem;
    text-transform: none;
}


.view-first span br {
    line-height: 100%;
}

.view-first:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.view-first:hover .mask {
    opacity: 1;
}
.view-first:hover h2{
    opacity: 1;
}

/* Filter controls */

.filter {
    width: 100%;
    display: inline-block;
}
.filter ul {
    margin: 2rem;
    float: left;
}

.filter ul li {
    color: #000;
    cursor: pointer;
    padding: .8rem 0.8rem 0.6rem .8rem;
    margin-right: 1rem;
    display: inline-block;
    background-color: none;
    border: 1px solid #000;
}

.filter .simplefilter {
    float:right;
    margin-right: 0;
    width: auto;
}

.filter .simplefilter li {
    float:right;
}


.filter ul li.active {
    background-color: #000;
    color: #fff;
}


/* =====  Project  ==================================================== */

.project {
    padding-top: 0;
}

.project_title {
    background: #fff;
    width: 50%;
    float: left;
    padding: 3rem;
    margin-top: -5rem;
}

.project_title h1{
    font-size: 2.2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.project_title strong {
    border-top: 1px solid #000;
    padding-top: .75rem;
    width: 100%;
    display: block;
}

.project_title strong:nth-child(3) {
    border-top: none;
    padding-top: 0;
}

.project_title p, .project_title a {
    margin-top: 0.2rem;
    font-size: 1.25rem;
}

.project_text {
    width: 50%;
    float: left;
}

/* ----- Team  ------------------------------------------------------- */


.team h2 {
    font-size: 4rem;
    text-transform: none;
    margin: 4rem 0;
}
.team li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2rem;
}

.team li:nth-child(even) {
    margin-right: 0;
}

.team li h3 {
    margin: .1rem 0 0 0;
}

.team li figure {
    margin: 0;
    transition: opacity .3s ease;
}

.team li figure:hover {
    opacity: 0.7;
}

.member h1 {
    margin-bottom: 0rem;
}

.member figure {
    margin-top: 4rem;
}

.member h2 {
    text-transform: none;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.member hr {
    margin-top: 4rem;
}

.member-contact {
    padding: 2rem 0 0 1.5rem;
    display: inline-block;
    width: 30%;
}

.member-contact h4 {
    margin-bottom: 0;
}

.scrolldown{
    list-style: url(../images/arrow_scroll.svg) !importen;
}

/* -----  blog aktuelles  ---------------------------------------------------- */


.article-date {
    margin-bottom: .5rem;
    margin-top: 2rem;
    opacity: 0.7;
}

.blog_pic .list .col3:hover {
    opacity: 0.8;
    transition: opacity .3s ease;
}


.pagination{
    width: 100%;
}

.pagination .right {
    float: right;
}

.pagination .left {
    float: left;
}

.pagination .button {
    margin:0;
    background: #000;
    color: #fff;
}

.pagination .button:hover {

    background:none;
    color: #000;
}



/* ----- 3.1  Header  ------------------------------------------------------- */

.header {
  position: absolute;
  padding: 2rem;
  height: auto;
  z-index: 1;
    width: auto;
}

.logo img {
    width: 4.4rem;
}

/* -----  contactform  ------------------------------------------------ */

form {
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
    font-size:1rem;
    position: relative;
    display: inline-block;
}

input {
    padding: 0.9rem 0 1rem 1rem;
    display: block;
    width: 100%;
    font-size: .9rem;
    -webkit-border-radius:0px;
    background-color: #ffffff;
}

input[type="submit"] {
    background: inherit;
}

textarea {
    width: 100%;
    min-height: 100px;
    background-color: #ffffff;
    font-size: .9rem;
    padding: 1rem;
    resize: none;
    margin-bottom: 2rem;
}

form input:required:valid, form textarea:required:valid {
}

label {
    float: left;
    display: inline-block;
    font-weight: 400;
    margin-top: 2rem;
}

form .half {
    width: 49.5%;
    float: left;
    margin-right: 0;
}

form .half:nth-child(1) {
    margin-right: 1%;
}

.checkbox input[type="checkbox"] {
    opacity: 0;

}

.checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 2.1rem;
    font-size: .9rem;
    line-height: 1.375;
    color: #4A4A4A;
    width: 70%;
    float: left;
    top: -2.5rem;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    /*Needed for the line-height to take effect*/
    display: inline-block;

}

/*Outer box of the fake checkbox*/
.checkbox label::before{
    height: 1.5rem;
    width: 1.5rem;
    background: #fff;
    left: 2px;
    top: 2px;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
    height: 10px;
    width: 18px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(-45deg);
    left: 9px;
    top: 10px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/* -----  embed media  ------------------------------------------------ */


.featured_video {
  position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* margin-top: -2rem; */
}
.featured_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* -----  Footer  ------------------------------------------------ */

.footer {
  bottom: 0;
  width: 100%;
  padding: 3rem 1.5rem;
  font-size: .875rem;
  background: #000;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.footer p {
  margin-bottom: 0;
   display: inline;
}

.footer-right {
    float: right;
    display: inline-block;
  vertical-align: middle;
}

.footer-right a {
    margin-right: 1rem;
    border-bottom: 1px solid #fff;
}

.social{
    width: 25px;
}

a.social_link{
    border-bottom:none;
}

.unilogo{
    width: 150px;
    margin-left: 2rem;
    display: inline-block;
  vertical-align: middle;
}

/* -----  showcases ----------------------------------------------------- */

.counter {
  position: relative;
}

#counter {
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  color: #fff;
  width: 100%;
  font-size: 8rem;
  text-align: center;
  font-weight: 700;
  position: absolute;
}

#counter div {
  display: inline-block;
  height: auto;
  padding: 1rem;
  min-width: 10rem;
}

#counter span {
  font-size: 1rem;
  display: block;
  text-align: center;
  margin-top: -20%;
  font-weight: 300;
}


@media screen and (max-width: 40rem) {
  #counter {
    font-size: 3.5rem;
    top: 50%;
  }

  #counter div {
    padding: .3rem;
    min-width: 8rem;
  }

  #counter span {
    margin-top: -15%;
  }

}

.showcase_teaser {
  background: #000;
  width: 100%;
  float: left;
  padding: 4rem 2rem;
}

.showcase_more {
  border: 3px solid #000;
  padding: .3rem 1rem;
  margin: 4rem auto;
  font-size: 1.5rem;
  display: inline-block;
}

.showcase_video {
  position: relative;
    width: 100%;
    height: 27rem;
    padding-bottom: 56.25%;
    margin-top: -2rem;
}
.showcase iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* -----  grid builder blocks layout  ----------------------------------------------------- */


.grid {
    --columns: 12;
    --gutter: 2rem 2rem;
    display: grid;
    grid-gap: var(--gutter);
    grid-template-columns: repeat(var(--columns, 12), minmax(0, 1fr));
}

.grid > .column {
    margin-bottom: var(--gutter);
    grid-column: span var(--columns);
}
/* 

.column .blocks h2 {
    margin-top: 4rem;
}

.text .h1 {
    margin-bottom: 0;
} */
/* -----  <3 for all devices  ----------------------------------------------------- */

@media screen and (max-width: 86rem) {


}



/* ----- AB 1024px breit ----- */
@media screen and (max-width: 70rem) {

    body {
        margin-right: 0rem;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .wrap {
        padding: 3rem;
    }

   .list .col3{
        width:45%;
    }
     .list .col1{
        width:55%;
    }

    .text .aktuelles h1{
        margin-bottom: 0;
    }

     .header.wrap{
        padding: 1rem;
    }

        .button_semester{
        width:49%;
        font-size: 1rem;
        height: 7rem;
    }

    .button_semester:nth-of-type(2n) {
        margin-right: 0;
    }

    .footer-right{
        float: left;
        margin-top: 1rem;
    }

}


/* ----- AB IPAD hochformat----- */


@media screen and (max-width: 48rem) {
    .list .col3,.list .col1, .submenu, .wrap, .qf, .news, .termine li   {
    width: 100%;
    }

    body {
        margin-right: 0rem;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

     .wrap {
        padding: 3rem;
    }

    .grid {
        --gutter: 1rem 1rem;
    }

   .member-contact {
    padding: 2rem 3rem 0 3rem;
    display: inline-block;
    width: 100%;
}


     .member h2{
        margin: 1.5rem 0;
    }

    .termine{
        padding: 3rem 0 0 0;
    }

    .termine h2{
        padding-left: 3rem;
    }

    .termine li{
        border-left:none;
        border-top: 2px solid #fff;
        padding: 3rem;
        margin-bottom: 0rem;

    }

     .footer{
        padding:2rem 1rem 2rem 1rem;
    }
    .footer-right{
        float: left;
        padding-top:2rem;
    }

      .list .col1{
        height: auto;
    }

     .project_title{
        width:100%;
        margin-top: -1rem;
    }



     #projects_lil li, #projects li{
        width: 50%;
    }

    .image_right, .image_left{
        padding: 1rem 0;
    }

    .image_right p, .image_left p{
        width:100%;
        padding-left:3rem;
    }

    .image_right img, .image_left img{
        float: left;
        width:100%;
    }


    .bottom_nav{
        padding: 1rem 0;
    }

.filter .simplefilter {
    float:left;
    margin-top: 0;
}

.filter .simplefilter li {
    float:left;
}


}



/* ----- AB IPhone 7 plus ----- */

@media screen and (max-width: 40rem) {

    body {
        margin-right: 0;

    }

   .member-contact {
        padding: 2rem 1rem 0 1rem;
    }

    .member h2{
        margin: 1rem 0;
    }

    .blog_pic .list .col3 {
    height: 16rem;
}

     .wrap {
        padding: 1rem;
    }

    #projects li{
        width: 100%;
    }

    .logo img{
        width:3rem;
    }

    .infobox{
        left:1rem;
        top:50%;
        padding-right: 1rem;
    }

    .team h2{
        font-size: 1.65rem;
        line-height: 1.5rem;
        margin: 2rem 0;
    }

    .team li{
        width:100%;
    }

    h2{
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .infobox h2{
        font-size: 1.65rem;
    }
    .qf{
        margin-top:0;
        padding:0.5rem 1rem 1.5rem 1rem;
    }

    .qf h2{
         font-size: 2rem;
    }


    .owl-nav{
        display: none;
    }

    .news .owl-item{
        padding: 0.5rem 1rem 1rem 1rem;
    }

    .list .col1{
        padding:1.5rem 1rem 1rem 1rem;
    }

    .news .button{
        left:1rem;
    }

    .qf svg{
        height: 2.3rem;
    }

    .termine{
        padding: 2rem 0 0 0;
    }

    .termine h2{
        padding-left: 1rem;
    }

    .termine li{
        padding-top: 2rem;
        padding: 2rem 1rem 2rem 1rem;

    }

    .filter ul{
        margin:1rem;
    }

    .filter ul li{
        margin-right: 0.5rem;
        padding: .5rem .5rem .25rem .5rem;
        margin-bottom: .5rem;
    }

    .filter .simplefilter{
        float:left;
    }

     .filter .simplefilter li{
        float:left;
    }

    .project_title{
        padding: 2rem 1rem;
    }

     .project_title h1{
       font-size: 1.65rem;
    }

    .project_title p{
        font-size: 1rem;
    }

    .project_title a{
        font-size: 1rem;
    }


    #projects_lil h4{
        padding: 1.25rem 1rem 1rem 1rem;
    }

    #projects_lil li{
        width: 50%;
    }

    .wrap2{
        padding:1rem 0 0 0;
    }

    .image_right, .image_left{
        padding: 0;
    }

    .image_right p, .image_left p{
        width:100%;
        padding-left:1rem;
    }

    .image_right img, .image_left img{
        float: left;
        width:100%;
    }

    .button.tag{
        padding-bottom:0;
    }

    h1, .h1{
        font-size: 1.65rem;
    }

    .button_semester{
        width:100%;
        font-size: 0.8rem;
        height: 5rem;
    }

    .button_semester:nth-of-type(2n) {
    margin-right: 0;
}


    .wrap:nth-child(n+7){
        padding: 0rem 1rem;
    }

    .imagebanner-headline h2{
        font-size: 1.65rem;
        text-transform: uppercase;
    }

    .imagebanner-headline {
        margin-top: 1rem;
    }

    .imagebanner {
        height: 20rem;
    }


    .text p {
        padding-top:1rem;
    }


    .bottom_nav{
        padding:2.5rem 0;
    }

}


/* ----- AB iphone 4 ----- */

@media screen and (max-width: 22rem) {

    .grid {
        display: block;
    }
}