/*
* Presse Style
*/

/*Allgemein*/
.pressebereich {
    margin-top: 50px;
}

.pressebereich h1 {
    color: #4A4A4A;
    font-size: 30px;
    line-height: 37px;
    margin: .2em 0;
}

.pressebereich h2 {
    color: #B14E39;
    font-size: 16px;
    line-height: 19px;
    margin-top: 100px;
}

@media (max-width: 400px) {
    .pressebereich h2 {
        font-size: 14px;
    }
}

.pressebereich h1,
.pressebereich h2 {
    text-align: center;
    font-family: "Montserrat";
    font-weight: 700;
}

.pressebereich h1 span,
.pressebereich h2 {
    text-transform: uppercase;
}

/*Filterbereich*/
.filter-container {
    margin: 50px 0;
    width: 100%;
}

/*Beiträgebereich*/
.posts-container {
    max-width: 1920px;
    padding: 0 4% 100px;
}

@media (min-width: 1024px) {
    .posts-container,
    .single-press-container {
        padding: 0 40px 30px;
    }
}

@media (min-width: 1440px) {
    .posts-container,
    .single-press-container {
        padding: 0 120px 30px;
    }
}

@media (min-width: 1920px) {
    .posts-container:first-child,
    .single-press-container {
        padding: 0 180px 30px;
    }
}

.col-4-presse {
    width: 100%;
    float: left;
    margin-bottom: 25px;
   
}

@media (min-width: 768px) {
    .col-4-presse {
        padding: 0 5px;
    }
}

@media (min-width: 1440px) {
    .last-three-posts .col-4-presse:nth-child(1) {
        padding-left: 0px;
        padding-right: 10px;
    }
    
    .last-three-posts .col-4-presse:nth-last-child(1) {
        padding-right: 0px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .col-4-presse { 
        width: 50%;
    }
}

@media (min-width: 1440px) {
    .col-4-presse { 
        width: 33.33333333%;
    }
}

.presse-archive-img-container {
    overflow: hidden;
    display: inline-block;
    width: 100%;
	aspect-ratio: 550 / 344;
}

.col-4-presse img {
    width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
    transition: transform 1s;
}

.col-4-presse img:hover {
    width: 100%;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}

.date-cat {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #A4A4A4;
    margin: 20px 0;
    text-transform: uppercase;
}

.presse-archive-headline {
    height: 100px;
}

.presse-post:hover .presse-archive-headline a {
    color: #3582BE;
}

.presse-archive-headline a {
    text-decoration: none;
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #4A4A4A;
}

.presse-archive-btn {
    width: auto;
    font-size: 20px;
    line-height: 50px;
    margin: 0;
    padding: 0 24px;
}

@media (max-width: 550px) {
    .presse-archive-btn-result {
        font-size: 14px;
    }
}

.presse-archive-load-more {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    transition: .5s;
    visibility: visible;
    opacity: 1;
}

.alle-posts {
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    margin: -35px 0 100px !important;
}

/*Filter*/
.lupe-presse {
    background: transparent;
    border: none;
    z-index: 1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.lupe-presse img {
    width: 20px;
    height: 20px;
}

.pressesuche-container {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .lupe-presse {
        margin-left: -34px;
        margin-top: 5px;
        position: relative;
        left: -15px;
    }
}

@media (min-width: 769px) {
    .lupe-presse img {
        width: 25px;
        height: 25px;
        position: relative;
        top: 3px;
    }

    #pressesuche {
        text-align: center;
    }
}

.filter-container form input {
    width: 255px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 100;
    line-height: 38px;
    padding: 0 20px;
    border: solid 1px #d2d2d2;
    font-family: "Montserrat";
}

.select-wrapper {
    margin: 10px 20px 0;
}

.select-wrapper:after {
    content: '\25BE';
    color: #3582BE;
    pointer-events: none;
    margin-left: -20px;
    font-size: 1.1em;
}

.categoryfilter {
    border: none;
    background-color: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #4A4A4A;
    padding-right: 30px;
}

@media (max-width: 768px) {
    .select-wrapper {
        display: none;
    }
}

/*Single Presse Beitrag*/
.post-navigation {
    display: none;
}

.single-press-container-left {
    width: 100%;
    float: left;
}

.single-press-container-right {
    width: 100%; 
    float: left;
}

@media (max-width: 1023px) {
    .single-press-container {
        padding: 0 4%;
    }

    .single-press-container-right {
        text-align: center;
        margin-bottom: 100px;
    }
}

@media (min-width: 1024px) {
    .single-press-container-left {
        width: 70%;
        padding-right: 5%;
        margin-bottom: 100px;
    }

    .single-press-container-right {
        width: 30%; 
    }
}

@media (min-width: 1280px) {
    .single-press-container-left {
        width: 80%;
        padding-right: 10%;
    }

    .single-press-container-right {
        width: 20%; 
    }
}

.single-press-container-left .date-cat {
    margin-top: 75px;
    margin-bottom: 10px;
}

.single-press-container-right > img {
    margin-top: 75px;
}

.presse-archive-headline-single {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    font-family: "Montserrat";
    color: #4A4A4A;
    margin-bottom: 50px;
}

.common-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 50px;
}

.comment-text {
    border-left: 4px solid #3582BE;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-style: italic;
    color: #3582BE;
    margin-bottom: 50px;
    padding: 10px 30px;
}

.autor {
    color: #4A4A4A;
    margin-top: 15px;
    font-style: normal;
    font-weight: 700;
}

.autor span {
    font-weight: 400;
    color: #888888;
}

.single-press-container-left img {
    width: 100%;
}

.img-caption {
    margin: 1em 0;
    color: #888888;
}

.contact-fragen {
    font-size: 24px;
    line-height: 30px;
    color: #4A4A4A;
    font-weight: 700;
    margin-top: 30px;
}

.contact-name {
    font-size: 16px;
    line-height: 26px;
    color: #4A4A4A;
    font-weight: 700;
    margin: 30px 0;
}

.contact-name span {
    color: #888888;
    font-weight: 400;
}

.contactdaten,
.contactdaten a {
    color: #3582BE;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-decoration: none;
}

.contactdaten img {
    margin-right: 20px;
}

#table {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 100px;
  }

  #table th {
        border-bottom: 2px solid #3582BE;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        color: #3582BE;
        padding: 15px;
    }
  
  #table td {
    padding: 15px;
    color: #888888;
  }

  #table tr {
    border-bottom: 2px solid #F5F5F5;
  }

  #table tr:nth-last-child(1) {
      border-bottom: none;
  }
  
  #table tr:hover {
      background-color: #F5F5F5;
    }
  
.last-posts {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-color: #F5F5F5;
}

