/* Theme Name: Geotrans Theme 
Theme Description: Geotrans Theme for Wordpress
Theme URI: secret;
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Author: secret;
Author URI: secret;
Tags: theme,responsive;
*/
@import url('bootstrap/css/bootstrap.min.css');
@font-face {
  font-family: 'Roboto';
  src: URL('css/roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed Bold';
  src: URL('css/roboto_condensed/RobotoCondensed-Bold.ttf') format('truetype');
}
/* default settings */

.wp-caption,.wp-caption-text,.screen-reader-text,.gallery-caption,.bypostauthor,.alignright,.alignleft,.aligncenter 
{}

@media(min-width: 1440px){
    .container{
        max-width: 1440px;
    }
}

html
{
    margin-top:0 !important;
}

body {
    font-family: 'Calibri', sans-serif !important;
    font-size:24px;
    color: #6A6868;


    background-color:white;
    font-weight:400;
    line-height:1.4;
    overflow-x: hidden;
    max-width: 100vw;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

.btn
{
     white-space:normal;
}

img {
    height: auto; 
    max-width: 100%;
}

/* Datenschutzerklärung */
.page-id-6 ul {
    list-style-type: none;
}

.maincontent h2{
    color: #e57835;
    font-weight: 700;
    font-size: 30px;
}

header
{
    float:left;
    width:100%;
    background-color:white;
    /* padding-top:42px;
    padding-bottom:42px; */
    padding-top: 20px;
    padding-bottom: 20px;

    position: fixed;
    top: 0;
    z-index: 50;
}

.mainheader
{
    float:left;
    width:100%;
    padding-left:25px;
    padding-right:25px;
}

.mainheader .navbar{
    padding: 0.25rem 1rem;
}

.navbar-brand
{
    margin:0;
    padding:0;
    max-width:260px;
    float:left;
}

header .btn-green
{
    /* background-color: #f2d5bb; */
    /* color:#6A6868; */
    background-color: #e57835;
    color: white;
    padding-top:9px;
    padding-bottom:7px;
    padding-left:19px;
    padding-right:20px;
    position: relative;
    font-family: Calibri, sans-serif;
}

header .btn-green:focus,
header .btn-green:active{
    box-shadow: none;
}

footer .btn-green
{
    background-color: #e57835;
    color:white;
    padding-top:9px;
    padding-bottom:7px;
    padding-left:20px;
    padding-right:94px;
    position: relative;
    margin-top: 15px;
}

header .btn-green:hover,footer .btn-green:hover
{
    color:white;
}
header .btn-green.pull-right,footer .btn-green.pull-right
{
    float:right;
}

header .dropdown-toggle::after,footer .dropdown-toggle::after
{
    position:absolute;
    right:12px;
    top:16px;
    font-size:26px;
}

.mobile-only{
    display: none;
}

/* .menu-bar
{
    padding-top:10px;
} */

.navbar.navbar-expand-lg.navbar-light
{
    float:right;
}

.navbar.navbar-expand-lg.navbar-light ul li a
{
    color: #6A6868;
    /*padding-right:70px;*/
 
}

.navbar.navbar-expand-lg.navbar-light ul li.current-menu-item a,.navbar.navbar-expand-lg.navbar-light ul li:hover a
{
    background-color:#e57835;
    color:white;
}

footer
{
    float:left;
    width:100%;
    /* background-color:#7CE196; */
    background-color: #e57835;

}

.mainfooter
{
    padding-left:25px;
    padding-right:25px;
    padding-top:30px;
    padding-bottom:45px;
}

.logo-footer
{
    padding-bottom:30px;
}
.logo-text-1,.logo-footer
{
    float:left;
    width:100%;
    font-size:20px;
}

.mainfooter h3
{
    font-size:24px;
    margin-bottom:20px;

}

.mainfooter ul
{
    float:left;
    width:100%;
    margin:0;
    padding:0;
}

.mainfooter ul li
{
    float:left;
    width:100%;
}

.mainfooter ul li a
{
    float:left;
    width:100%;
    font-size:20px;
    color: #6A6868;
   
    text-decoration: underline;
}

.subfooter
{
    float:left;
    width:100%;
    background-color:grey;
    color:white;
    font-size:16px;

    position: fixed;
    bottom: 0;
    z-index: 49;
}

/* .subfooter .mainfooter
{
    padding-top:16px;
    padding-bottom:18px;
} */

.mainfooter .copyright
{
    text-transform: uppercase;
    float:left;
}

.footermenu
{
    float:right;
    font-size:16px;
}

.footermenu ul li a
{
    font-size:16px;
    color:white;
    text-decoration: underline;
}

.maincontent .container, .maincontent{
    background-color: white;
}

footer a:hover {
    text-decoration: none;
}

/* mobile */

.mobile-nav {
    width: 100%;
    /* background-color: #7CE196; */
    background-color: #e57835;
    /* background-color: white; */
    height: 56px;
}
.navbar-toggler-btn{
    font-size: 20px;
}
    
/* .mobile-fixed-bottom{
    z-index: 100;
    position: relative;
} */

#navbarSupportedContent{
    position: absolute;
    /* bottom: 0; */
    top: 0;
    /* background: #7CE196; */
    background: white;
    width: 100%;
    left: 0;
    transition: all .5s ease;
    z-index: 99;
    opacity: 0;
}

#navbarSupportedContent.show{
    /* bottom: 86px; */
    top: 56px;
    opacity: 1;
}

#navbarSupportedContent a{
    font-size: 24px;
    line-height: 50px;
    color: #6A6868;
}

#navbarSupportedContent a:hover{
    text-decoration: none;
}

#navbarSupportedContent li{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

#navbarSupportedContent li:not(#navbarSupportedContent li:last-of-type){
    border-bottom: 1px solid white;
}

.navbar-close{
    font-size: 30px;
    vertical-align: middle;
    /* color: #6A6868; */
    /* color: black; */
    color: white;
}

.navbar-toggler-btn span{
    width: 2em;
    height: 2em;
}

.navbar-toggler-btn{
    /* background: #7CE196; */
    background-color: #e57835;
    /* background-color: white; */
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;

}

.mobile-nav .dropdown-menu{
    left: unset;
    width: 290px;
    right: 15px;
}

footer .dropdown-menu{
    width: 290px;
}

.mapcontainer-wrapper
{
    padding-left:0;
    padding-right:0;
}

.footermenu #div ul
{
    display:inline;
}

.footermenu #div ul li
{
    display: inline;
    float:left;
    width:auto !important;
    margin-right:15px;
}

.footermenu #div ul li a
{
    width:auto;
}
.footermenu #div ul li.button
{
    padding-left:15px;
    padding-right:15px;
    padding-top:3px;
    padding-bottom:3px;
    background-color:white;
    margin-top:-3px;
    border-radius: 5px;
   
}

.footermenu #div ul li.button a
{
    color:grey;
    text-decoration: none;
}

/* .post-idea-wrapper:focus .btn-green,.post-idea-wrapper:active .btn-green,.post-idea-wrapper:target .btn-green
{
    background-color:blue !important;
}

.new-comment-wrapper:active .btn,.new-comment-wrapper:focus .btn,.new-comment-wrapper:target .btn
{
    background-color:blue !important;
}

input[type=file]:focus ,input[type=file]:active,input[type=file]:target
{
    border:1px solid #007bff;
} */

.subfooter .mainfooter
{
    padding-top:22px;
    padding-bottom:8px;
    background-color: #e57835;
}

.footermenu #div ul li
{
    margin-bottom:10px;
}

.leaflet-control-container .leaflet-top,.leaflet-control-container .leaflet-bottom .leaflet-left{
    display: none;
}

.custom-file-input{
    height: auto !important;
}
header
{
    border-bottom:0.5px solid #C4C4C4;
}

.btn.show-more
{
    font-size:20px;
}

.menu-haupt-container ul li
{
    padding-right:55px;
}

.menu-haupt-container ul li a
{
    padding-right:0;
    padding:15px;
}

.accordion-item .accordion-button
{
    font-size:24px;
    background-color:#e57835;
    color:white;
}

@media (min-width: 992px) and (max-width: 1500px){
    .navbar.navbar-expand-lg.navbar-light ul li a {
        padding-right: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1300px){
    .navbar.navbar-expand-lg.navbar-light ul li a {
        font-size: 16px;
    }
}

@media (max-width: 415px){
    header .btn-green, footer .btn-green{
        padding-right: 130px !important;
    }
}

@media only screen and (max-width: 991.98px){
    body{
        margin-bottom: 66px;
    }
    header{
        padding-top: 0;
        padding-bottom: 0;
    }
    .mainheader{
        display: none;
    }
    .mobile{
        padding: 0 11px;
        justify-content: end !important;
    }
    .navbar-toggler-btn{
        padding: 0;
    }

    /* .mobile{
        justify-content: end !important;
    } */

    /* header{
        padding-top:27px;
        padding-bottom:27px;
    } */

    #markerModalFooter button{
        width: 100%;
    }

    #markerModalFooter {
        justify-content: center;
        display: flex;
        padding-left: 0;
        padding-right: 0;
    }
    /* .subfooter
    {
        margin-bottom: 86px;
    } */

    .subfooter .mainfooter
    {
    /* background-color: white;
    color: #6A6868 ; */
    padding-top: 10px;
    padding-bottom: 10px;
    }
/* 
    .subfooter .mainfooter li a{
        color: #6A6868 ;
    } */

    .mobile-only{
        display: block;
        margin-top: 15px;
    }
    .mobile-only ul{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .mobile-only li{
        display: inline;
        float: left;
        width: auto;
        margin-right: 15px;
    }
    .mobile-only li a{
        float: left;
        font-size: 16px;
        color: #6A6868;
        /* text-decoration: underline; */
    }

}

@media(max-width: 768px){

    .mainfooter > .container{
        max-width: unset;
    }
    .scroll-down-arrow{
        position: fixed;
        left: 0;
        bottom: 100px;

    }
    .footermenu #div ul{
        display: flex;
        flex-direction: row; 
    }
    .footermenu #div ul li.button{
        margin-top: 0;
        width: fit-content !important;
    }
    .mainfooter .copyright{
        margin-bottom: 10px;
    }
    header{
        position: fixed;
        top: 0;
        z-index: 50;
        /* padding-top: 15px;
        padding-bottom: 15px; */
    }
    .subfooter{
        position: fixed;
        bottom: 0;
        z-index: 49;
    }
    /* .maincontent{
        margin-bottom: calc(85px);
        margin-top: 60.36px;
    } */
    .footermenu #div ul li{
        margin-bottom: 0;
    }

    div:empty, p:empty, .row:empty{
        display:none !important;
        margin: 0 !important;
        line-height: 0;
        height: 0;
      }
}



.page-template-template-register header,.page-template-template-login header
{
    display:none !important;
}