  /* PROBLEMATIC CHECK WITH VAIDATOR TOMORROW */
  
/* USE NO MARGIN */  body {
margin:0;
      font-family: 'Asap', Calibri, sans-serif;
      background-color: #fff;
	  display: block;
	  overflow-y:auto ;
	  overflow-x:hidden!important;
	  text-align: center;
	  height:auto;
    }

	#viewport-info {
            position: fixed;
            top: 220px;
            left: 0;
            width: 350px;
            background-color: #f0f0f0;
            padding: 5px;
            text-align: center;
            z-index: 1000;
            font-family: calibri, sans-serif;
			border:1px solid blue;
			display:none;
        }

#centred-heading{border:2px dashed dodgerblue}

	.topper{
		display:block;
		width:90%;
		height:auto;
		min-height:70px;
		margin-right: -10px;
		border:0 solid orange;
		float:none;
	}

/*separate phone to right*/
.topfon{ 
		display: inline-block;
		 margin-right: 0px;
	 /*margin-left: 33% !important;*/
}

	.logofon{display:none}

	#topline{font-size:32px;border:0px dashed red!important;width:99%;display:inline-block;height:auto;color:#005f73!important;}

	nav{
	position:relative;
	display:block;
	padding:0!important;
	border:0px solid green;
	width: auto;
	}

    nav a {
      text-decoration: none;
      color: #005f73;  
	  background-color: #fff;
      margin: 0 15px 0 0;
      font-weight: 500;
	  line-height:1;
	  padding:0px 3px;
	  font-size:18px;
	  height:20px;
	  display:inline-block;  
	  transition: background-color 0.6s;
	  border:0px solid gold;
    }

	 nav a:hover{
      text-decoration: none;
	  background-color:#dbeefd!important;
	  cursor:pointer;
    }

	.row2 a{
	color:#005f73;
	}

.mail{color: #06218e!important}

	p{ margin: 0;
      font-family: 'Asap Condensed', Calibri,sans-serif;
      background-color: #f0f4f8;	
	  hyphens:auto;
	  }

.banner {
    position: relative;
    width: 100%; /* Full width of parent container */
    max-width: 100%; /* Ensures no overflow */
    height: auto; /* Or a responsive height */
    min-height: 200px; /* Maintain minimum height if needed */
    display: block; /* Better for full-width elements */
    margin: 0 auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover; /* Ensures image covers entire area */
    background-position: center; /* Centers background image */
    overflow: hidden; /* Prevents content spillover */
}
	.banner img{width:100%;height:auto}

   .binderlogo{
	height: 70px;
	 margin: 0px 25px 5px 0px;
	 float: left;
	}


/*
.dropdown-menu {
  position: absolute;
  display: block;
  background-color: lightgreen;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 1000;
  max-width: 150px;
  padding: 5px 0;
  font-family: 'Asap Condensed', Calibri, sans-serif;
  font-weight:500;
}
*/

.main-content {/* the main content below the banner see also main-content-top */
  display: block;
  max-width: 1060px;
  margin: 0px auto 0px auto;
  padding: 0;
  border-radius: 8px;
  margin-bottom: 20px;
}

	.innermaindiv{
	color: #0b5276;
  background-color: #ffffff !important;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 35px;
}


    h1, h2, h3 {
      color: #0b5276;;
	  padding-left: 7px;
    }

h1 {
  text-align: left;
  width: 95%;
  padding-left: 7px;
}


	.mainimage{width:50%;border:0px solid gold}

    p {
	 color: #0b5276;
  margin: 10px 0;
  font-family: 'Asap', Calibri, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  background-color: #ffffff !important;
  text-align: left;
  padding: 0 15px;
    }

	.mail a{color:#005f73;font-size:16px;margin-top:20px;float:left;}

.bottomspace{width:99%;display:block;position:relative;height:1px;background-color:transparent}

footer {
    position: fixed; /* or absolute/fixed */
    bottom: 0;
    width: 100%;
	height:30px;
    margin-top: 20px; /* Adjust as needed */
    padding: 10px; /* Internal spacing */
    background-color: #0b5276; /* Background color */
    color: #fff; /* Text color */
	text-align:center;
	font-size:20px;
}

footer div{
  display: block;
  max-width: 1200px;
  margin: 0px 10px 0px 10px;
  padding: 0 10px 0 0px;
  }

.logofon{display:none}


.toprightfonicon {
    position: absolute !important;
    display: block !important;
    top: 10px !important;
    right: 5px !important;
    width: 40px !important;
  }



/*----------------------- MEDIA QUERIES BEGIN --------------------------------------------- */

@media all and (min-width:1241.1px){

#whatsapp-icon{display:none}

#topstuff{
  display: block;
  border: 2px dotted blue!important;
  text-align: left;
  max-width: 1060px!important;
}

.top-header-navbox{
display: inline-block;
    /*border: 2px solid magenta;*/
    height: 40px;
    width: 65%;
    text-align: left;
}

 #topline {
    display: inline-block;
    position: relative;
    height:auto;
    color: #003845;
    font-weight: 500;
    padding: 10px 9px;
    background-color:#fff;  /*#ffffcc; very light yellow*/
    width: 60%;
    min-width: 1050px;
    float: none;
    border: 0px dashed red;
  }


.banner{border:0px solid orange;background-image:url('../pix/home-banner-binder-pflege.jpg')}

nav {
  position: relative;
}

    nav a {
      text-decoration: none;
      color: #005f73;  
	  background-color: white;
      margin: 0 15px 0 0;
      font-weight: 500;
	  line-height:1;
	  padding:0px 3px;
	  font-size:18px;
	  height:20px;
	  display:inline-block;  
	  transition: background-color 0.6s;
	  border:0px solid orange;
    }

.dropdown-menu  a:hover {
  background-color: lightblue;
}


.toprightfonicon {
	top: 7px;
    right: 0px;
}


 .topfon {
    margin-left: 18%;
  }

}



@media all and (max-width:1240.9px){

#whatsapp-icon{display:none}

.topfon {
    border: 0px solid purple;
    width: auto;
    padding-top: 11px;
    line-height: 0.9;
    font-size: 29px;
    display: inline-block;
    margin: 10px 10px 10px 25%;
  }

#topline{
font-family: 'Asap Condensed', Calibri, sans-serif;
display:block;
height:auto;
color:#003845;
font-weight:500;
padding:10px 35px;
border:0px solid red;
}

.banner{
position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 200px;
  display: block;
  margin: 0 auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;

 }

}

@media all and (max-width:1195px){

#whatsapp-icon{display:none}

 .topfon {
    display: inline-block;
    margin: -6px 97px 0 25%;
  }

}


@media all and (max-width:1135px){
 .topfon {
   display: inline-block;
    margin: -45px 10% 0 0;
    margin-left: 0px;
    float: right;
	font-size:24px;
}


@media all and (max-width:874px){
nav{
	position:relative;
	display:block;
	border:0 dashed blue;
	padding:0!important;
	}

 .banner {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 225px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 175%;
    background-position-y: 0px;
  }

.main-content{
position:relative;border:0px solid green; 
top:-47px
}


}

@media all and (max-width:854px){
body{background-color:beige!important}
}

@media all and (max-width:845px){

body{background:beige}


#topline {
	display: block;
    height:auto;
    color: #003845;
    font-weight: 500;
    padding: 10px 0px !important;
    margin-left: 0;
    margin-top: 0px;
  }

.binderlogo {
  height: 70px;
  margin: 0px 20px 5px 0px;
  float: left;
  border:0 solid green;
}


.banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 225px!important;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 200%;
  background-position-y: 0px;
}


}


@media only screen and (min-width: 809px) and (max-width: 820px) and (orientation: portrait) {

.banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 225px!important;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 200%;
  background-position-y: 40px;
  top:30px!important;
}

}


    
@media only screen and (min-width: 809px) and (max-width: 1280px) and (orientation: landscape) {
  .toprightfonicon {
    position: absolute !important;
    display: block !important;
    top: 10px !important;
    right: 5px !important;
    width: 40px !important;
  }

  .logofon{ display: none !important;}

.banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 225px!important;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 200%;
 /* background-position-y: 40px;*/
}


}

@media all and (max-width:768px){
main-content{border:2px dashed purple}


}


@media all and (max-width:736px){

.main-content{top:0px;border:0px dotted orange}

#topstuff{
display: block;
  border: 0px dotted blue;
  height:107px!important;
  text-align: left;
  }

 .topfon {
	display: none!important;
    margin: -6px 50px 10px 10px;
  }

  .logofon{
  font-size: 16px;
  display: block!important;
  margin-top: 6px;
  }

#topline{
display: block;
  height:auto;
    color: #003845;
    font-weight: 500;
    border: 0px dotted red !important;
    margin-left: 0;
	float:left;
  }

  .Xtoprightfonicon{
    position: absolute !important;
    display: block !important;
    top: 10px !important;
    right: 5px !important;
    width: 40px !important;
  }

.banner {
margin-top: 0px;
    max-width: 100%;
    height: 120px !important;
    display: block;
    background-position-y: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

   .banner {
    height: 120px !important;

  }


.logofon {
    display: block;
    font-size: 18px;
    padding-left: 3px;
    border: 0px solid black;
    width: 110px;
  }
}


@media all and (min-width:671.1px){
.row2 {
display:inline-block;
width:auto;
border:0 solid green;
margin-left:30px;
}
}


@media all and (max-width:671px){


#topstuff{height:96px !important;}

.topfon{
font-size:20px;
margin: -5px 70px 10px -30px !important;
}


.toprightfonicon {
  display: block !important;
  width: 40px !important;
  position: absolute !important;
  top: 10px !important;
  right: 5px !important;
}

#topline{
font-family: 'Asap Condensed', Calibri, sans-serif;
display:block; 
color:red;
font-weight:500;
padding:10px 35px;
border:3px solid red;
line-height:1;
margin-top:-10px;
}


 nav {
  display:block;
    position: relative;
    display: block;
    border: 0px dashed green;
    padding-left: 0px;
    width: auto;

  }

.row2 {
display:inline-block;
width:auto;
border:0 solid purple;
margin-left:30px;
}

.row2 a{ /*in console line 297*/
	margin-left:12px;
}

.row2 a:first-of-type{ /*in console line 297*/
	margin-left:0px;
}

  .banner {
    position: relative;
    width: 2500px;
    max-width: 100%;
    height: 211px !important;
    display: block;
    margin-top: 0px;
    background-size: cover;
  }
}


@media all and (max-width:606px){

.mainimage{width:100vW;border:0px solid gold}

.topfon{
	color:orange;
	display:none!important;
}

 .toprightfonicon {
    display: block !important;
    width: 40px !important;
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
  }

.logofon{font-size:18px;display:block}

#topline{margin-top: 0px;}

.maintitle {
    border: 0px dashed red;
    display: inline-block;
    font-size: 28px;
  }

  nav {
    width: 52%;
    margin-top: 0 !important;
    float: left;
    margin-left: 0px;
  }
 .binderlogo {
      margin: 0px 10px 5px 0px;
    }

 .banner {
    height: 125px !important;
    min-height: 153px;
  }

.row2{display: block;
    width: auto;
    border: 0px solid purple;
    margin-left: 24px;
}

}



@media all and (max-width:594px){

.topfon {
display:block
 }


.logofon{font-size:17px;display:block}

#topline{margin-top: 0px;}

.maintitle {
    border: 0 dashed red;
    display: inline-block;
    font-size: 28px;
  }

  nav {
    width: 52%;
    margin-top: 0 !important;
    float: left;
    margin-left: 0px;
  }
 .binderlogo {
      margin: 0px 10px 5px 0px;
    }

    .banner {
    height: 125px !important;
    min-height: 105px;
  }

.row2{display: block;
    width: auto;
    border: 0px solid purple;
    margin-left: 24px;
}

}


@media all and (max-width:581px){
.topfon{
	font-size: 25px;
    margin-top: 5px;

}
}

@media all and (max-width:573px) 
 and (min-width:570px){
.topfon{
	font-size: 20px;
    margin-top: 9px;
}

    nav {
    width: 60%;
    margin-top: 10px !important;
    float: left;
    margin-left: 0px;
    line-height: 0.5;
  }

nav a{text-decoration: none;
   text-decoration: none;
  color: #005f73;
  margin: 0 5px 0 0;
  font-weight: 500;
  line-height: 1;
  padding: 0px 3px;
  font-size: 18px;
  display: inline-block;
  }

      .banner {
    height: 120px !important;
    margin-top: 124px;
    min-height: 105px;
  }
}



@media all and (max-width:554px ){  /* correct 549px */

.topfon{
	color:orange;
	display:none!important;
}

.logofon{font-size:16px;display:block}

/*margin: -6px 7px 0 -15px;*/

H1{margin-left:10px}

}


@media all and (max-width:520px){

.maintitle{
	margin-top:-10px;
	font-size: 30px;
}

.topfon{
	display:none
}

nav {
    width: 60%;
    margin-top: -40px !important;
    float: left;
    margin-left: 0px;
    line-height: 0.5;
	border:0px solid green;
  }


nav a{text-decoration: none;
   text-decoration: none;
  color: #005f73;
  margin: 0 5px 0 0;
  font-weight: 500;
  line-height: 1;
  padding: 0px 3px;
  font-size: 18px;
  display: inline-block;
  border:0px solid green
  }

.logofon{display:block;font-size:18px;padding-left: 3px;}

}

@media all and (max-width:455px){
.maintitle{
	font-size: 18px;
}

.mainimage{width:100vW;border:0px solid gold}

  .binderlogo {
      margin: -3px 10px 5px 0px;
    }

.logofon {
    margin-top: -1px;
    display: none;
    font-size: 15px;
    padding-left: 1px;
    max-width: 87px;
    float: left;
	/*color:red!important;*/
  }

}



@media all and (max-width:520px){

.maintitle{
	margin-top:0px;
	font-size: 28px;
	display:block;
	float:left;
}

.topfon{
	display:none
}

.logofon{display: block;
    font-size: 16px;
    padding-left: 0px;
    border: 0px solid black;
    width: 110px;
	}


nav {
	display:block;
	margin-top:15px!important;
   	position:relative;
	padding:0;
	width: 60%;
	float:left;
  }


nav a{
  text-decoration: none;
  color: #005f73;
  line-height: 1;
  padding: 0px;
  font-size: 18px;
  display: inline-block;
  border:0px solid green;
  }

.logofon{display:block;font-size:18px;padding-left: 3px;border:0px solid black;width:110px;}

  .banner {
    height: 130px !important;
    margin-top: -24px !important;
  }

}


@media all and (max-width:420px){
.maintitle{
	margin:0 10px 0 0px;
	font-size: 24px;
	display:block;
	/*float:right;*/
}
}


body {background-color: #fff !important;overflow-x:hidden;overflow-y:auto}

h1{font-size:24px; line-height:1.25;padding-top:15px;}

.banner {
    height: 130px !important;
    top: 10px!important;
  }

.maintitle{
	margin:0px 5px 5px 0!important;  
	font-size: 22px;
	padding: 0px 0 5px 0;
	display:block;
	height:30px;
	border:0px solid green!important;
	display:block;
}

nav { 
	display: block;
    margin-top: -10px !important;
    margin-left: 0px !important;
    position: relative;
    padding: 0;
    width: 75%;
    float: left;
	z-index:200!important;
}

.binderlogo{position:relative;border:0px solid red;width:80px;}

 .logofon {
    margin-top: 0px;
    display: none;
    font-size: 15px;
    padding-left: 1px;
    max-width: 87px;
    float: left;
  }

  /* CSS for dropdown menu */
        .dropdown-menu {
            position: absolute;
            background-color: #c6e7fb;
            min-width: 130px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            border: 1px solid #ddd;
			border-radius:5px;
			display:none;
			border-radius:10px;

        }

        .dropdown-menu a {
		font-size:14px;
            color: black;
            padding: 8px 5px;
            text-decoration: none;
            display: block;
        }

        .dropdown-menu a:hover {
            background-color: #99ccff;
        }

.toprightfonicon {
  display: block !important;
  width: 40px !important;
  float: right !important;
  position: absolute;
  top: 10px;
  right: 5px;
}

} /*end max-width 1175px */


/*  Responsive styles for Samsung A42
MOVED TO TOPBIT


@media only screen and (max-width: 375px) {

    nav {
    display: block;
    margin-top: 0px !important;
    margin-left: -20px !important;
    position: relative;
    padding: 0;
    width: 68%!important;
    float: right;
  }

  .banner {
    height: 120px !important;
    top: 0px!important;
  }


}
*/



/* Portrait orientation 
@media only screen 
  and (min-device-width: 720px) 
  and (max-device-width: 720px) 
  and (orientation: portrait) {
  body{background:pink}
    nav {
    display: block;
    margin-top: -48px !important;
    margin-left: 0px !important;
    position: relative;
    padding: 0;
    width: 75%;
    float: right;
    border: 1px solid red;
  }

}

/* Landscape orientation */


@media all and (max-width:395px){

.maintitle {
    display: inline-block;
    font-size: 24px;
  }

  .toprightfonicon{
  position:absolute !important;
  display:block !important;
  top:10px !important;
  right:5px !important;
  width:40px!important;
  }


}


@media all and (max-width:344px){
.maintitle{
	margin-top:0px;
	font-size: 20px;
	border:0px solid green;
	display:block;
	float:left;
}

nav {
    display: block;
    margin-top: -5px !important;
	 margin-left: 0px !important;
    position: relative;
    padding: 0;
    width: 50%;
    border: 0px solid red;
    float: left;
}


 .logofon {
    margin-top: 5px;
    display: block;
    font-size: 16px;
    padding-left: 2px;
    max-width: 80px;
    float: left;
  }

}
