/*
Theme Name: Nemona
Theme URI: http://underscores.me/
Author: Laika Loves Lassie
Author URI: http://laikaloveslassie.com
Description: Another beautiful custom theme by Laika Loves Lassie
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nemona
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Colors
# Type
# General
# Header
# Footer
# Home
# Network Archive
# Network Single

# Frontend Profile

# Media Queries
# Bootstrap Tune

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/




.white { color: #FFFFFF;}

.white a { color: #FFFFFF;}

.white-bg { background-color: #FFFFFF; }

.white-transparent-bg { background-color: rgba(265,265,265,0.70); }

.white-border { border: 4px solid #FFFFFF; }



.white.background--light {
  color: #191919;
}

.white.background--dark {
  color: #FFFFFF;
}


.white.background--complex {
  color: #6f6f6f;
}




.lightgrey-bg { background-color: #F2f2f2; }

.lightgrey-top-border { border-top: 1px solid #f2f2f2; }



.middlegrey-bg { background-color: #E6E6E6; }



.grey { color: #898989; }

.grey a { color: #898989; }

.grey a:hover { color:  #d92450; }

.grey-bg { background-color: #CCCCCC; }




.darkgrey { color: #6f6f6f; }

.darkgrey-border { border-color: #6f6f6f!important; }

.darkergrey-bg { background-color: #A4A4A4;}


.brown-bg { background-color: #3D2D2A}



.black { color: #191919; }

.black a { color: #191919; }

a.black { color: #191919; }




/*--------------------------------------------------------------
# Type
--------------------------------------------------------------*/


.roboto { font-family: 'Roboto', sans-serif; }



.light     { font-weight: 100; }

.book      { font-weight: 300; }

.regular   { font-weight: 400; }

.bold      { font-weight: 700; }

.ultrabold { font-weight: 900; }


.italic  { font-style: italic; }

.uppercase { text-transform: uppercase; }


.text-shadow { text-shadow: 0px 0px 10px rgba(0, 0, 0, 1); }



.hyphenate {

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}



.px14 { font-size: 14px; }


.px16_26 {
    font-size: 16px;
    line-height: 26px;
}



.px20_32 {
    font-size: 16px;
    line-height: 26px;
}


@media (min-width: 768px) {  .px20_32 { font-size: 20px; line-height: 32px;} }



.px24 { font-size: 24px; }



.px24_36 {
    font-size: 24px;
    line-height: 36px;
}

@media (min-width: 768px) {  .px24_36 { font-size: 24px; line-height: 36px;} }


.px36 { font-size: 36px;}


.px36_48 {
    font-size: 24px;
    line-height: 36px;
}

@media (min-width: 768px) {  .px36_48 { font-size: 36px; line-height: 48px;} }



.px48_72 {
    font-size: 24px;
    line-height: 36px;
}


@media (min-width: 768px) {  .px48_72 { font-size: 48px; line-height: 72px;} }





/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.top_0 { margin-top: 0px; }

.top_5 { margin-top: 5px; }

.top_10 { margin-top: 10px; }

.top_15 { margin-top: 15px; }

.top_20 { margin-top: 20px; }

.top_30 { margin-top: 30px; }

.top_50 { margin-top: 50px; }

.top_80 { margin-top: 80px; }




.bottom_0 { margin-bottom: 0px; }

.bottom_5 { margin-bottom: 5px; }

.bottom_10 { margin-bottom: 10px; }

.bottom_15 { margin-bottom: 15px; }

.bottom_20 { margin-bottom: 20px; }

.bottom_30 { margin-bottom: 30px; }

.bottom_50 { margin-bottom: 50px; }

.bottom_80 { margin-bottom: 80px; }



.custom-table {
    display: block;
}

@media (min-width: 992px) { .custom-table { display: table; width: 100%; } }



.custom-table-cell {
    display: table-cell;
    vertical-align: middle;
}



@media (min-width: 992px) { .custom-table-cell { float: none; } }



.vcenter {
    display: table-cell;
    float: none;
    vertical-align: middle
}



.community-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.community-category-list li { display: inline-block; }

.community-category-list li:after {content: ", "; }

.community-category-list li:last-child:after {content: ""; }




/*--------------------------------------------------------------
# Isotope
--------------------------------------------------------------*/


#isotope-list { visibility: hidden; }

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



ul#filters {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#filters li {
    display: inline-block;
    margin: 0 10px;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.top-bar {
    padding: 8px 0;
}


.top-bar a { text-decoration: none; }


.top-bar span {
    font-size: 14px;
    margin-left: 6px;
}


.top-bar i {
    font-size: 20px;
    position: relative;
    top: 2px;
}


.hero-title-container { top: 50%; left: 50%; }



.hero-image {

    -webkit-height: calc(100vh - 156px);
       -moz-height: calc(100vh - 156px);
            height: calc(100vh - 156px);

    width: 100%;
    background-position: center center;
    background-size: cover !important;
    position: relative;
}





    @media only screen and (max-width : 1199px) {

.hero-image {
    -webkit-height: calc(80.17241379310345vh - 60px);
       -moz-height: calc(80.17241379310345vh - 60px);
            height: calc(80.17241379310345vh - 60px);
}

    }




    @media only screen and (max-width : 767px) {

.hero-image {
    -webkit-height: calc(100vh - 60px);
       -moz-height: calc(100vh - 60px);
            height: calc(100vh - 60px);
}

    }




.hero-text { text-shadow: 0px 0px 3px rgba(0,0,0,0.5); }



.hero-title-container {
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}




.hero-image-reduced {

    -webkit-height: calc(65.51724137931034vh - 60px);
       -moz-height: calc(65.51724137931034vh - 60px);
            height: calc(65.51724137931034vh - 60px);

    width: 100%;
    background-position: center center;
    background-size: cover !important;
    position: relative;
}




@media only screen and (max-width : 1199px) {

.hero-image-reduced {
    -webkit-height: calc(50vh - 60px);
       -moz-height: calc(50vh - 60px);
            height: calc(50vh - 60px);
}

    }






@media only screen and (max-width : 767px) {

.hero-image-reduced {
    -webkit-height: calc(100vh - 60px);
       -moz-height: calc(100vh - 60px);
            height: calc(100vh - 60px);
}

    }



.hero-cta {
    padding: 10px 20px 6px 20px;
    margin-top: 20px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    -webkit-box-shadow: 0px 8px 28px -2px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 8px 28px -2px rgba(0,0,0,0.6);
    box-shadow: 0px 8px 28px -2px rgba(0,0,0,0.6);
}


.hero-cta span {
    position: relative;
    z-index: 2;
}


.hero-cta:hover {
    text-decoration: none;
}




.hero-cta:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.15);
    opacity:0;
    border-radius: 2px;

}


.hero-cta:hover:after {
    opacity:1;
}




.photo-wrapper {
    position: relative;
    overflow: hidden;
}



.photo-credit {
    position: absolute;
    margin-left: 13px;
    margin-top: -19px;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 10px;
    letter-spacing: 0.2px;
    line-height: 14px;
    display: block;
}


.photo-credit span { display: inline; }



    @media only screen and (max-width : 1199px) {

    .photo-credit {
        margin-left: 8px;
        margin-top: -14px;
}

    }


    @media only screen and (max-width : 767px) {

    .photo-credit {
        margin-left: 3px;
        margin-top: -9px;
}


    .photo-credit span.photo {
        display: none;
}



    .photo-credit span.location {
        display: none;
}

    }






/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-info {
  display: inline-block;
}


@media only screen and (max-width : 767px) {

.site-info {
  display: block;
}

}


.footer-menu-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}




.footer-menu-container ul li:first-child {
    font-size: 36px;
    text-decoration: underline;
    margin-bottom: 10px;
}



.footer-menu-container ul li a { color: #000000; }


footer ul#filters li {
    display: block;
}




/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/







/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/



.grid-item-content {
  min-height: 100px;
}

.grid-item-content--height2 { height: 200px; }



.overview-link-container ul li {
    display: inline-block;
    padding: 12px 8px 10px 8px;

}



.overview-link-container ul li a:hover {
    color: #777777;
            transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.overview-link-container ul li a {
    color: #000000;
            transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.overview-link-container {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}


.overview-link-container .downloads-container,
.overview-link-container .links-container {
     display: inline-block;
     width: auto!important;
     float: none!important;
}

.overview-link-container div i {
    font-size: 24px;
    margin-bottom: 0px;
}

.overview-link-container .links-container {
    padding-left: 0px;
    margin-left: -15px;
}



.overview-link-container  .links-container.networker {
    padding-left: 15px;
    margin-left: auto;
}




.overview-link-container div span {
    display: none;
}



.category-title {
    height: 40px;
    display: block;
    text-transform: capitalize;
}


/*--------------------------------------------------------------
# Network Single
--------------------------------------------------------------*/




ul.thumbnails-carousel {
    margin: 0;
    list-style-type: none;
    padding: 0;
    float: right;

}


ul.thumbnails-carousel .center {
    display: block;

}



ul.thumbnails-carousel li {
    cursor: pointer;
    display: block;
    margin-bottom: 30px;
}

ul.thumbnails-carousel li div {
}


.controls-background-reset { background: none !important; }



.indicators-fix { bottom: 70px; }


.active-thumbnail { color: #FFFFFF;}



.carousel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
}

.carousel-inner.hochformat,
.carousel-inner.quadratisch { width: calc(50% - 30px); }

.carousel-inner.querformat { width: 100%!important; }




.thumbnails-carousel.hochformat,
.thumbnails-carousel.quadratisch {
    width: 50%;
}


.thumbnails-carousel.querformat {
    width: 100%;
}




.carousel-control {
    background: transparent!important;
    padding-top: 50%;
}





.network-footer {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}




.network-footer-container {
    position: relative;
    border-right: 1px solid #f1f1f1;
    height: 0;
    padding-bottom: 20%;
    text-align: center;
}


.network-footer div:nth-child(3) { border: 0; }







.adress-icon {
    width: 20px;
    display: inline-block;
    position: relative;
    top: 1px;
}



.network-links {
    font-size: 20px;
    margin-top: 20px;
}


.network-links a { margin-right: 6px; }






/*--------------------------------------------------------------
# Flexible Layout
--------------------------------------------------------------*/


/*-------------------------- DIVIDER -------------------------*/


.divider {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}




/*-------------------------- Distance ------------------------*/


.distance {
    clear: both;
    width: 100%; }



/*--------------------------- SLIDESHOW ----------------------*/




#flexible-slideshow .carousel,
#flexible-slideshow .slide-image-container,
#flexible-slideshow .slide-image { height: 600px; }


#flexible-slideshow .carousel-indicators {
    position: absolute;
    bottom: -14px!important;
    right: 0%;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    text-align: right;
    list-style: none;
}







/*--------------------------------------------------------------
# Presse
--------------------------------------------------------------*/


.verkleinern { display: none; }



.weiterlesen,
.verkleinern {
    cursor: pointer;
}

.weiterlesen span {

}

.verkleinern span {

}


.plus-text-container {
    overflow: hidden;
    position: relative;
}







/*--------------------------------------------------------------
# Downloads
--------------------------------------------------------------*/




ul.downloads {
    list-style: none;
    padding: 0;
    margin: 0;
}


li.download { padding-bottom: 60px; }




.download-icon i {
    font-size: 80px;
    margin-bottom: 12px;
}




.download-icon span {
    font-size: 16px!important;
    display: block;
}




/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/




ul.links {
    list-style: none;
    padding: 0;
    margin: 0;
}


li.link { padding-bottom: 60px; }




.link-icon i {
    font-size: 80px;
    margin-bottom: 12px;
}


.email-link,
.email-link:hover { text-decoration: none; }

.main-navigation a:link,
.main-navigation a:hover,
footer a:link,
footer a:hover { text-decoration: none!important; }

.detail-link a:link {
    font-size: 14px;
    text-decoration: none;
}

.detail-link a:hover { text-decoration: underline;}

/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/


.abouttext-container,
.presstext-container,
.contact-container,
.plus-text-container  { padding-top: 30px; }




/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/


.tml-login,
.tml-lostpassword { margin: 0 auto; }


.tml-action-links a { text-decoration: underline!important;}


/*--------------------------------------------------------------
# Frontend Profile
--------------------------------------------------------------*/



.comment-list,
.children { list-style: none; padding: 0; margin: 0;}

.comment-content-wrapper { margin-bottom: 40px; }

.comment-content-wrapper p { margin-bottom: 0; }


.comment { width: 100%; }

.comments-area { padding-top: 50px; }

.byuser {float: left; clear: both; text-align: right; }


.comment-meta {float: left;  text-align: left; width: 6%; padding-top: 3px; }

.comment-content-wrapper {float: right;  text-align: left; width: 94%; }



.bypostauthor .byuser  {float: left; clear: both; text-align: left; }

.bypostauthor .byuser .comment-meta {float: left;  text-align: left; width: 6%; }




.bypostauthor { float: right; clear: both;  text-align: right;}

.bypostauthor .comment-meta {float: right;  text-align: right; width: 6%; }

.bypostauthor .comment-content-wrapper {float: left;  text-align: left; width: 94%; }


.bypostauthor .byuser  {float: left; clear: both; text-align: left; }

.bypostauthor .byuser .comment-meta {float: left;  text-align: left; width: 6%; }

.bypostauthor .byuser .comment-content-wrapper {float: right;  text-align: left; width: 94%; }


.comment-meta img { border-radius: 50%; }

.comment-content {border: 1px solid #c7c7c7; border-radius: 10px; padding: 10px; text-align: center}

.comment-author-time { font-size: 12px; padding: 10px; }

.comment.even {}
.comment.odd {}


.blue { color: blue; }


ul.nav-tabs { padding: 0; margin: 0; }

.new-comments {
    background: red;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    top: -10px;
    margin-left: 10px;
    text-align: center;
    position: relative;
    display: none;
}



#menu2 h2 { display: none;}



.acf-button {
    border: 1px solid black;
    display: inline-block;
    padding: 6px 10px;
    background: #f1f1f1;
    color: #000000;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.acf-button:hover {
    text-decoration: none;
    color: #000000;
   -moz-box-shadow:    inset 0 0 2px #000000;
   -webkit-box-shadow: inset 0 0 2px #000000;
   box-shadow:         inset 0 0 2px #000000;
}


.acf-tooltip {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}


.acf-fields > .acf-field {
    padding: 32px 12px 7px 12px;
    margin: 35px 0px;
}



.profile-settings-container { margin: 40px 0 30px 0;}


.profile-submit-button,
.back-button,
.profile-settings-button {
    border: 1px solid black;
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
    display: inline-block;
    padding: 6px 10px;
    background: #f1f1f1;
    color: #000000;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
}


.profile-submit-button:hover,
.back-button:hover,
.profile-settings-button:hover {
    text-decoration: none;
    color: #000000;
   -moz-box-shadow:    inset 0 0 2px #000000;
   -webkit-box-shadow: inset 0 0 2px #000000;
   box-shadow:         inset 0 0 2px #000000;
}



.profile-submit-button .fa,
.back-button .fa,
.profile-settings-button .fa {
    font-size: 22px;
    top: 1px;
    position: relative;
    margin-right: 5px;
}

.review-label-container {width: 50%;}

.review-label-container-links {width: 20%;}

.review-table-title {
    font-size: 24px;
    font-weight: 700;
}

.bildzuschnitt::first-letter { text-transform: uppercase; }

.bildzuschnitt-buttons li {
    width: 30%;
}

.bildzuschnitt-buttons li label input { display: none; }

.bildzuschnitt-buttons li label.selected img { border: 1px solid blue; }

.bildzuschnitt-buttons li label img {cursor: pointer;}

//.bildzuschnitt-buttons img { width: 20%;}


.review-image-table tr td ul {
    list-style: none;
    margin:0;
    padding:0;
}

.review-image-table tr td li {
    width: 47.5%!important;
    margin-bottom: 20px;
    float: left; }

.review-image-table tr td li:nth-child(odd) { margin-right: 5%; }


.acf-image-uploader .image-wrap img { max-height: 280px; }




.modekategorien-list span.modekategorie::after { content: ', '}

.modekategorien-list span.modekategorie:last-child::after { content: ''}

.acf-taxonomy-field .categorychecklist-holder {
    border: 0;
    border-radius: 3px;
    max-height: auto;
    overflow: auto;
    background: #f7f7f7;
    margin: 56px 0;
}


ul.acf-radio-list li, ul.acf-checkbox-list li {
    font-size: 17px;
    line-height: 28px;
    margin: 14px;
    position: relative;
    word-wrap: break-word;
    float: left;
    font-family: sans-serif;
}



.required-field::after {
    content: 'Pflichtfeld';
    text-align: right;
    display: inline-block;
    width: 100%;
    color: red;
}

.acf-form > .acf-error-message { display: none!important; }

.social-link .acf-icon { display: none; }

.acf-url input[type="url"] {
    padding-left: 5px;
}

.review-label-container-links + td a {
    position: relative;
    z-index: 2;
}

.change-link {
    position: relative;
    z-index: 2;
    top: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-decoration: none;
}


.change-link:hover {
    text-decoration: none;
    color: rgba(0,0,0,0.65);
}

.change-link .fa {
    font-size: 22px;
    margin-right: 6px;
}

.acf-spinner {
   float: left;
   position: relative;
   top: 10px;
}

.btn.disabled {
    pointer-events: none;
}


.acf-form-submit.disabled,
.acf-form-submit.to-confirm { cursor: not-allowed; }


.hidden-button { display: none!important; }


.btn.to-confirm {
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

#adduser p { margin-bottom: 30px; }

#adduser label {
    width: 40%;
}


#adduser .acf-label label {
    font-size: 18px;
    font-weight: 700;
    width: 100%!important;
}

#adduser .acf-label .description { width: 100%; font-size: 14px; }

#adduser input[type=text],
#adduser input[type=password] {
    width: 50%!important;
    float: right;
}

#adduser input[type=text] {  font-family: monospace;}

#adduser .form-username span { margin-left: 10%; }

#adduser .form-username { font-family: monospace; }

#adduser .form-username label { font-family: 'Crimson Text', serif; }

#adduser .acf-image-uploader { padding-top: 16px;}



#adduser h2 {
    display: none;
}

#adduser .avatar-image > .acf-input {
    width: 50%!important;
    float: right;
    padding: 0;
    text-align: right;
}

#adduser .acf-button { font-family: 'Roboto', sans-serif; }




/*--------------------------------------------------------------
# User Registration
--------------------------------------------------------------*/

.gptos_terms_container {
  background: #F7F7F7!important;
  width: 100%!important;
  border-radius: 3px;
  font-size: 12px;
  font-family: "Roboto", sans-sans-serif;
  height: 200px!important;
  margin-bottom: 30px;
  line-height: 20px!important;
}


.gform_body input[type="checkbox"] {
  vertical-align: top!important;
  margin: 9px 6px!important;
}


#choice_1_21_1 { margin-top: 3px!important;}


.gform_footer {
  text-align: center;
  margin: 30px auto 60px auto!important;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media (min-width: 320px) {

.carousel-inner.hochformat,
.carousel-inner.quadratisch { width: 100%; }



.thumbnails-carousel.hochformat,
.thumbnails-carousel.quadratisch {
    width: 100%;
}


.partnerlogo-wrapper {
}

.partnerlogo-container {
    padding: 40px 30px;
}



.network-footer-container .vertical-center {
    position: relative;
    top: 0%;
    -webkit-transform: translate(-0%, -0%);
            transform: translate(-0%, -0%);
    display: block;
    z-index: 2;
}


}





/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {


.portfolio-text-wrapper { height: auto!important; }

}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {




.carousel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 30px!important;
}

.carousel-inner.hochformat,
.carousel-inner.quadratisch { width: calc(50% - 30px); }

.carousel-inner.querformat { width: 100%; }




.thumbnails-carousel.hochformat,
.thumbnails-carousel.quadratisch {
    width: 50%;
}


.thumbnails-carousel.querformat {
    width: 100%;
}




.network-footer-container .vertical-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-0%, -50%);
            transform: translate(-0%, -50%);
    display: block;
    z-index: 2;
}





}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {





.carousel-inner {
    position: relative;
    overflow: hidden;
    float: left;
}

.carousel-inner.hochformat,
.carousel-inner.quadratisch { width: calc(66.6666667% - 30px); }

.carousel-inner.querformat { width: 100%; }




.thumbnails-carousel.hochformat,
.thumbnails-carousel.quadratisch {
    width: 33.3333333%;
}


.thumbnails-carousel.querformat {
    width: 100%;
}



.network-footer-container img {
   max-height:180px;
}



}





/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {




.carousel-inner {
    position: relative;
    overflow: hidden;
    float: left;
}

.carousel-inner.hochformat,
.carousel-inner.quadratisch { width: calc(50% - 30px); }

.carousel-inner.querformat { width: 100%;}




.thumbnails-carousel.hochformat,
.thumbnails-carousel.quadratisch {
    width: 50%;
}


.thumbnails-carousel.querformat {
    width: 100%;
}



}







/*--------------------------------------------------------------
# Bootstrap Tune
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Google Maps
--------------------------------------------------------------*/

.gm-map {  }
