body{
    min-height: 100%;
    margin-bottom:80px;
}

#index_body{
    background-image: url("../img/hintergrund_sw.PNG") opacity 0.8;
    background-repeat: no-repeat;
    background-size: cover;
}

.notification{
    border: #c4153a solid 1pt;
    background-color: #e2adb8;
    font-style: italic;
    width: 50%;
    margin: 0 auto;
}

/*     Einbindung von Schriftart   F R U T I G E R   (NDS Schrift)    */

@font-face{
    font-family: "Frutiger_b"; 
    src: url("NDS-Frutiger/ftb____0.ttf")
    format("TrueType");
}
@font-face{
    font-family: "Frutiger_i"; 
    src: url("NDS-Frutiger/fti____0.ttf")
    format("TrueType");
}
@font-face{
    font-family: "Frutiger_l"; 
    src: url("NDS-Frutiger/ftl____0.ttf")
    format("TrueType");
}
@font-face{
    font-family: "Frutiger_li"; 
    src: url("NDS-Frutiger/ftli____0.ttf")
    format("TrueType");
}
@font-face{
    font-family: "Frutiger_r"; 
    src: url("NDS-Frutiger/ftr____0.ttf")
    format("TrueType");
}

/*   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    */
html {
    scroll-behavior: smooth;
}
#BackToTopBtn{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  color: white;
  cursor: pointer;
  border-radius: 4px;
}
#BackToTopBtnWrap{
    display: none;
}

#BackToTopBtn:hover{
    color: rgb(220, 53, 69);
    background-color: white;
    border: none;
}

.vertical-center {
  min-height: 50%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 50vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

#home,#home2,#linkASL{
    border: none;
    background-color: transparent;
    font-size: 30px;
    color: #c4153a;
    cursor: pointer;
}

#footer{
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: auto;
    height: 80px;
	text-align:right;
    /*background-image: linear-gradient(to top,lightgrey 0%,  white 90%); */
    border-radius: 2px;
    z-index: 77;
}

#FOOTER1{
	float:left; display:inline; width:50%; text-align:left !important;
}

#FOOTER2 {
	clear:left; display:inline; text-align:right !important; vertical-align:middle; padding-top:30px;

}



#titel2{
    display: none;
}

#suche{
    margin-top: 10px;
    font-family: 'Frutiger_i', sans-serif;
    background-color: white;
    border-radius: 2.5px;
    border: 3px solid #c4153a;              /* Farbwert laut Style-Guide des LGLN  */
    height: 30px;
    width: 200px;
    z-index: 100;
    float: right;
    cursor: pointer;
}

#nds_logo{
    float: left;
    width: 200px;
    margin-top: 15px;
    margin-left: 30px;
}

#lgln_logo {
    float: right;
    margin-left: 10px;
    height: 75px;
    z-index: 100;
    margin-bottom: 5px;
}

#ASLButton{
    margin-top: 10px;
}

.links, .nav-link{
    text-decoration: none;
    color: black;
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 20px;
}

.links:hover, .nav-link:hover{
    color: rgb(220, 53, 69);
}

#kontaktLink,#impressumLink,#datenschutzLink{
    cursor: pointer;
}


@media screen and (max-width: 700px){
	#footer{height:auto; text-align:center; margin:0 auto; position:initial;}
	#FOOTER1{float:none; display:block; width:100%; text-align:center !important;}
	#nds_logo{float:none;}
	#FOOTER2{display:block; width:100%; text-align:center !important; margin-bottom:25px;}
	.links{margin-top:15px; display:block;}
}



#button1,#button2,#button3{
    border-width: 2px !important;
}

/*  Button der Startseite  */
#button1:hover,#button2:hover,#button3:hover{
    background-color: rgb(220,53,69);
    color: white !important; 
    border: 1px solid white;
    transition: 0.7s;
}

#btn_grp2{
        display: none !important;
    }

#btn_grp1{
        display: block !important;
    } 

#button1_1{
        display: none;
    }

.btnsShop{
    height: 150px;
}

.indexBtn{
    width: 15%;
}

#nav_extra{
    display: none;
}

#navTitel_extra{
    margin-left: 20px;
    font-size: 30px;
}

.source{
    font-size: 15px;
    color: lightgrey;
}

#txtInfo{
        width: 75%; padding-right: 24px;
    }
#titelIndex{
    padding:10px;
    margin-top: 200px;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    text-shadow:  1px  1px 5px white,
                  1px -1px 5px white,
                 -1px  1px 5px white,
                 -1px -1px 5px white;
}

.btnInfoC{
    color: rgb(220,53,69);
}

.btnInfoC:focus{
    color: white !important;
    background-color: rgb(220,53,69);
}

            /*   ***************     T I T E L   D E R   S H O P   S E I T E       ********************* */

    .t01::before{
	content: "LGLN Kartenshop";

    }
    .t02::before{
	content: "Standardpräsentation";
    }
    .t03::before{
	content: "BORIS.NI";
    }
    .t04::before{
	content: "SAPOS";
    }
    .t05::before{
	content: "Auskunftssystem Liegenschaftskataster";
    }
    .t06::before{
	content: "Immobilien-Preis-Kalkulator";
    }

 @media screen and (max-width: 1150px){
 	.t01::before{
	content: "Shop";
    }
    .t02::before{
	content: "Standard Präsentation";
    }
    .t03::before{
	content: "BORIS.NI";
    }
    .t04::before{
	content: "SAPOS";
    }
    .t05::before{
	content: "ASL";
    }
    .t06::before{
	content: "Immo-Preis-Kalkulator";
    }

    /*.t07::before{
	content: "DOM";
    }
    .t071::before{
	content: "DOM";
    }
    .t08::before{
	content: "DGM";
    }
    .t081::before{
	content: "DGM";
    }
    .t09::before{
	content: "LoD";
    }
    .t091::before{
	content: "LoD";
    }*/
 }

                /*   ***************     T I T E L   D E R   S H O P   S E I T E    !    E N D E    !     ********************* */


/* Bildschirmbreite, wenn Menü-Button erscheint (oben rechts) */
@media screen and (max-width: 992px){
    #nav_extra{
        display: block;
    }
    #titel2{
        font-size: 15px;
        display: block;
        font-family: 'Frutiger_b', sans-serif;
        color: dimgrey;
        float: left;
        margin-left: 10px;
        cursor: pointer;
    }
    #navTitel_extra{
        display: none;
    }
    #imgInfoLg{
        display: none;
    }
    #imgInfoSm{
        display: block !important;
    }
    #txtInfo{
        width: 100%; padding-right: 0;
    }
    #infoTextWrap{
        padding-right:0;
    }
    #searchNavBar{
        display: block !important;
    }
    #lgln_logo{
        display: block;
    }
}

@media screen and (max-width: 610px) {
    #button3{
        margin-bottom: 80px;
    }
    #titelIndex{
        padding-top:40px;
    }
}

@media screen and (max-width: 476px) {
    #Information{
        margin-top: -15px;
    }
    #sucheGesamt{
        padding-top: 20px;
    }
}

@media screen and (max-width: 460px) {
    #suche{
        width: 100px;
    }
}

/* Button in der Info-Anzeige für schmale Bildschirme: Bringt Nutzer wieder an den Anfang der Seite 
@media screen and (max-width: 430px) {
    #btnUP{
        display:block;
    }
}   */

@media only screen and (max-width: 1142px){
    #btn_grp2{
        display: block !important;
    }
    #btn_grp1{
        display: none !important;
    } 
    .indexBtn{
        width:175px;
        height: 175px;
        margin-top:10px;
    }
}

@media only screen and (max-width: 1540px){
    #button1_1{
        display:block;
    }
    #button1{
        display: none;
    }
}

@media screen and (max-width: 720px) {
    .btnsShop{
    height: 90px;
    }
    .titelSmart{
    padding-top: 0px !important;
    }
    #link1,#link2,#link3{
        display: none;
    }
    #titel{
        display: none;
    }
    #Info{
        display: none;
    }
    #BackToTopBtnWrap{
        display: block;
    }
}

@media screen and (max-width: 749px){
    #viewer_map{
        float: none !important;
        height: 250px !important;
        width: 75% !important;
        margin-bottom: 100px !important;
    }
    #viewerBtns{
        float: none !important;
        width: 100% !important;
    }
    #loginBtn{
        width: 25% !important;
    }
}

                /*          V   I   E   W   E   R        */
 
#viewer_map{
    height: 500px;
    width: 45%;
    margin-top: 50px;
}
#viewerBtns{
    margin-top: 50px;
}

                /*          VIEWER          ENDE          */



                /*          I N F O R M A T I O N          */

.row{
    margin-bottom: 100px;
}

.zeilenumbruch{
    -ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}


#Information{
    margin-left: 25px;
    width: 300px;
}
#searchNavBar{
    display: none;
    width: 50%;
}

/*  Buttons der Info-Seite */
.btnI:hover{
    background-color: rgb(220,53,69);
    color: white !important; 
    border: 1px solid white;
    transition: 0.7s;
}

.btnI{
    color: rgb(220,53,69);
}

#imgInfoLg{
    height: 100px;
    width: 100px;
}

#imgInfoSm{
    display: none;
    height: 100%;
    width: 100%;
}

.verlinkung{
    color: #c4153a;
}

.verlinkung:hover{
    text-decoration: underline;
    text-decoration-color: rgb(220, 53, 69);
    color: rgb(220, 53, 69);
}

#BORIS_link{
    color: rgb(220, 53, 69); 
}

#BORIS_link:hover{
    text-decoration: underline;
    text-decoration-color: rgb(220, 53, 69); 
    color: rgb(220, 53, 69);
}

/*          I N F O R M A T I O N          ENDE           */

/*          S H O P        */

#text{
    opacity: 0;
    background-color: rgba(220, 53, 69, 0.7);
    height: 100%;
    padding-top:60px;
}

#text2{
    opacity: 1;
    background-color: rgba(220, 53, 69, 0.6);
    height: 100%;
    padding-top:60px;
}

#text3{
    padding-top:60px;
}

.btn2:hover #text{
    opacity: 1;
}

.btn3:hover #text2{
    opacity: 1;
}

.btn3:hover #text3{
    display: none;
}

/*          SHOP          ENDE           */

/*          D  A  T  E  N  S  C  H  U  T  Z        */

#datenschutz{
    font-family: 'Frutiger_l', sans-serif;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
    padding-left: 50px;
    padding-right: 50px;
    width: 50%;
    background-color: white;
    flow: auto;
}

#email{
    color: black;
}

/* datenschutz Ende */




/*     N  A  S    ABGABETOOL       */
/* #NASt::before{
    content: "Weiter zur Bestellung";
} */

#map{
    height: 500px;
    width: 50%;
    float: left;
    margin-bottom: 150px;
}
.input-group-text{
    display: none !important;
}

#stepTwo{
       width: 75%; display: none; 
}

#nasHinweis{
    border: none;
    background-color: transparent;
    font-size: 18px;
    color: rgb(220,53,69);
    cursor: help;
}

#nas_title1{
    color: black;
    float: left;
}
#nas_title2{
    color:lightgray;
    float: left;
}
#nasTitel{
    z-index: 99;
    width: 25%;
    float: left;
    margin-top: 150px;
}

#inputASL,#inputGSK,#getZADDataButton{
    width: 50%;
}

#nasProzess{
    margin-top: 200px;
}

#AnmeldungUeberschrift{
    width: 50%;
}
#ZADMail{
    bottom: -1px;
    width: auto;
	background: #EFEFEF;
}
#container_BestellungAngaben{
    width: 50%;
    float: right;
}

#stepOne{
    margin-bottom: 150px;
}

#TitelBestellung{
    padding-bottom: 48px;
    margin-bottom: 48px;
    width: 50%;
}
#sendOrder{
    width: 50%;
}

#NAS_TITLE{
	font-size:30px; margin:25px 0 0 28px;
}

@media screen and (max-width: 550px){
    #NAS_TITLE{
        font-size:20px !important;
		margin:15px 0 0 28px !important;
    }
	#lgln_logo{ height:50px;}
}


@media screen and (max-width: 988px){
    #map{
        margin-left: -100px !important;
    }
    #container_BestellungAngaben{
        margin-right: -100px !important;
        width: 75% !important;
    }
}

@media screen and (max-width: 886px){
    #container_BestellungAngaben{
        margin-right: -100px !important;
    }
}

@media screen and (max-width: 577px){
    #AnmeldungUeberschrift{
        top: 50px !important;
        width: 90% !important;
    }
    #inputASL{
        width: 100% !important;
    }
    #inputGSK{
        width: 100% !important;
    }
    #getZADDataButton{
        width: 100% !important;
        margin-bottom: 150px !important;
    }
    #ZADMail{
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

@media screen and (max-width: 1005px){
    #nasTitel{
        width: 100% !important;
        margin-top: 150px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 10px !important;
        text-align: center !important;
        padding-left: 15px !important;
        float: none;
    }
    #nas_title2{
        margin-left: 0px !important;
        float: none !important;
    }
    #nas_title1{
        margin-left: 0px !important;
        margin-right: 10px !important;
        float: none !important;
    }
    #nasUeberschrift{
        margin-top: -100px !important;
        padding-bottom: 30px !important;
    }
    #nasProzess{
        margin-top: 40px !important;
    }   
}

@media screen and (max-width: 1294px){
    #stepTwo{
        width: 90% !important;
    }
}

@media screen and (max-width: 912px){
    #map{
        float: none !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        width: 95% !important;
    }
    #container_BestellungAngaben{
        float: none !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        width: 95% !important;
    }
    #sendOrder{
        width: 100% !important;
    }
    #stepTwo{
        margin-bottom: 150px;
        width: 100% !important;
    }
    #TitelBestellung{
        padding-bottom: 15px !important;
        margin-bottom: 20px !important;
        width: 90% !important;
    }
}

@media screen and (max-width: 920px){
    #map{
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 509px){
    #ZADMail{
        bottom: 0px;
    }
}

@media screen and (max-width: 450px){
    #AktualBtn{
        margin-top: 5px !important;
    }
}


/*Open Layers Zoom-Buttons, Attribution und Scale-Line: Position sowie Farbe und Farbe beim Hovern*/
.custom-zoom{
    bottom: .5em;
    right: .5em;
}
.custom-zoom button{
    background-color:#c4153a !important;
    width:30px !important;
	height:30px !important;
}

.custom-zoom-in:hover, .custom-zoom-out:hover{
    background-color:#ee5d7d !important;
}
.ol-scale-line-inner {
	border-left: solid 2px #c4153a !important;
    border-right: solid 2px #c4153a !important;
    border-bottom: solid 2px #c4153a !important;
	color: #c4153a !important;
    font-weight:bold !important;
    /* font-size: 15px !important; */
    height: 15px;
    position: absolute;
    right: 0;
	bottom:0;
	left: 0;
}
.ol-attribution {
    top: .5em !important;
    left: .5em !important;
    border-radius: 2px 2px 0 0;
    border-color: #c4153a !important;
    color: #c4153a !important;
    font-weight:bold !important;
    width:30px !important;
    height:30px !important;
}
.ol-attribution button {
    background-color:#c4153a !important;
}
.ol-attribution ul {
    text-align: left !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.ol-attribution:hover {
    background-color:#ee5d7d !important;
}
/*Open Layers Custom Layer Toggle-Button: Position sowie Farbe und Farbe beim Hovern*/
.toggle-layer {
    bottom: 5em;
    right: .5em;
    background-color:#c4153a !important;
    padding: 2px;
    border-radius: 2px 2px 0 0;
    border-color: white;
}

.toggle-layer:after {
    content:"SLA";
    font-weight: bold;
    color:white;
    background-color:#c4153a !important;
}
.toggle-layer:hover{
    background-color:#ee5d7d !important;
}
.toggle-layer button{
    background-color:#c4153a !important;
    width:30px !important;
	height:30px !important;
}
/* OpenLayers Pop-up Style http://openlayers.org/en/latest/examples/popup.html?q=popup */
.ol-popup {
    position: absolute;
    text-align: left;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
  }
  .ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
  }
  .ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
  }
  .ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
    color: black;
  }
  .ol-popup-closer:after {
    content: "✖";
  }
  .ol-popup-closer:hover {
    color: #c4153a;
  }
 


