
body{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #80350E;

}
  /* Header- and Footer-definitions */
  
	.logoTD{
    width:50px; 
    padding-bottom:5px;
}

  .topStyle{
    padding-top:12px;
}
.navBar{
  height: 77px;

}

.kontakt
{
z-index: 8000;
}


	
  /* backgound definitions */
  
    .bg_header{
		background-color:#262626;
    
		color:  #F5F7F9;
        
	} 
  .bg_orange{
    background-color:#EEAA6C;
   
  }

  .bg_brown{
    background-color:#80350E;
  }
  
  .txt_brown{
    color: #80350E;
  }
   

 
.bg_footer{
    background-color:#F5F7F9;
    color: #80350E;
}



 .txt_orangeDark{
  color:darkorange;
 }

 .txt_orangeBrown{
  color:rgb(188, 77, 3);
 }
/* Background and more */


/* Text definitions */
  

  
  .txt_LargeRes1{
      font-size: 2.0rem;
     line-height: 2.1;
  }	
  
  
  @media (max-width: 640px) {
      /*nisi new set new font-size  smaller*/
      .txt_LargeRes1{
          font-size: 1.3rem;
          line-height: 1.4;
      }	
      
    }


  .txt_LargeRes2{
      font-size: 1.5rem;
     line-height: 1.6;
  }	

  @media (max-width: 640px) {
    /*nisi new set new font-size  smaller*/
    .txt_LargeRes2{
        font-size: 1.0rem;
        line-height: 1.1;
    }	
    
  }
  
  @media (max-width: 640px) {
      /*nisi new set new font-size  smaller*/
      .txt_LargeRes2{
          font-size: 1.2rem;
          line-height: 1.3;
      }	
      
    }

 

    .txt_larger{
      font-size:3em;
  }
  .txt_larger1{
      font-size:2.4em;
  }
  
  

.txt_large{
  font-size:larger
}


@media (max-width: 640px) {
  /*nisi new set new font-size  smaller*/
  .txt_Large{
      font-size: 1.2rem;
      line-height: 1.3;
  }	
  
}

  
.blue{
  color:#2185D7; 

}
.txt_white{

  color:#F5F7F9;
}
.txt_orange{
  color:#FFC000;
}

 


/* Button-definitions and cards-Definitions and symbol-sizes*/

  /* new blue-button big */
.bt_blue, .bt_blue-default,.bt_blue-default:focus,.bt_blue-default:active
{	
  margin:0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit; 
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  /*font-size: 0.875rem; nisi*/
  font-size:0.7rem;
  /* 8 */
  line-height: 30px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  /* text-transform: uppercase; nisi*/
  
  font-weight: 900; /*nisi*/
  transition: 0.5s ease-in-out;
  transition-property: color, background-color, border-color;
    
  background-color:#80350E;
  border:1px solid #F5F7F9;
 /* box-shadow: 2px 2px #0A1A2C; */
  /* padding-top: -20px;
   padding-bottom: -20px; */
   padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right:30px;
	/*border-radius: 5px 5px 5px 5px; top left top right bottom right bottom left*/
	color: #F5F7F9;
	margin-left:85px;  /*nisi neu */
     margin-top:30px;
	/*margin-bottom: 30px;;*/
	font-size: large;
    font-weight:bolder !important;
	letter-spacing:0.03em;
	/*text-shadow: 1.3px 1.3px #0A1A2C; nisi */

	}
	 
.bt_blue-default:hover
{
 /* background-color: transparent;
  /*color: #333; nisi*/
  
  background-color:#F5F7F9;
  color:#80350E;
  /*border: 1px solid #e5e5e5; nisi*/
  border:1px solid#F5F7F9;;
 /* box-shadow: 2px 2px #0A1A2C; */
 
  text-decoration:none;
 /* text-shadow: 1.3px 1.3px #0A1A2C;  nisi */
}


/*Button blue_white */

	.bt_blueWhite, .bt_blueWhite-default:focus,
.bt_blueWhite-default:active{
		
  margin: 0;

  border: none;
 
  overflow: visible;
  
  font: inherit;
  color: inherit; 
  
  text-transform: none;
 
  -webkit-appearance: none;
  border-radius: 0;
 
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;

  font-size:1.0rem;
 
  line-height: 35px;
 
  text-align: center;
 
  text-decoration: none;
 
  font-style: italic;
  font-weight: bold; 
  transition: 0.5s ease-in-out;
  transition-property: color, background-color, border-color;

		background-color:#F5F7F9;
		
        border:1px solid black;
     

		padding-top: -20px;
		padding-bottom: -20px;
		padding-left: 20px;
		padding-right:20px;
		/* border-radius: 5px;  */
		color:  #2185D7;
		margin-left:60px;
        margin-top:30px;
		margin-bottom: 30px;;
		font-size: large;
        font-weight:bolder !important;
	    letter-spacing:0.03em;
	

        box-shadow: 2px 2px #404040; 
        position:relative;
       
	}
   



/* Button up */

.bt_up, .bt_up-default,.bt_up-default:focus,
.bt_up-default, .bt_up-hover:active{
		
  margin: 0;

  border: none;
 overflow: visible;  
  font: inherit;
  color:#F5F7F9; 
  
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 8px;
  vertical-align: middle;
  /*font-size: 0.875rem; nisi*/
  font-size:1.0rem;
  /* 8 */
  line-height: 20px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  /* text-transform: uppercase; nisi*/
  
  font-weight: 900; /*nisi*/
  transition: 0.5s ease-in-out;
  transition-property: color, background-color, border-color;

		
        background-color:#80350E;
       
        border:1px solid #80350E;

		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right:5px;
		/*border-radius: 5px 5px 5px 5px; top left top right bottom right bottom left*/
		color:  #F5F7F9;
		/* margin-left:10px;
        margin-top:10px;
		margin-bottom: 10px;; */
        margin-bottom: 30px;;
		font-size: large;
        font-weight:bolder !important;
	    letter-spacing:0.03em;
		
	}
	 
/* Button Text */
  .bt_txt, .bt_txt-default,.bt_txt-default:focus,
  .bt_txt-default, .bt_txt-hover:active{
      
    margin: 0;
  
    border: none;
   overflow: visible;  
    font: inherit;
    color:#F5F7F9; 
    
    text-transform: none;
    /* 6 */
    -webkit-appearance: none;
    border-radius: 0;
    /* 7 */
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 5px;
    vertical-align: middle;
    /*font-size: 0.875rem; nisi*/
    font-size:0.7rem;
    /* 8 */
    line-height: 12px;
    /* 9 */
    text-align: center;
    /* 10 */
    text-decoration: none;
    /* text-transform: uppercase; nisi*/
    
    font-weight: 100; /*nisi*/
    transition: 0.5s ease-in-out;
    transition-property: color, background-color, border-color;
  
      
          background-color:#80350E;
         
          border:1px solid #80350E;
  
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 5px;
      padding-right:5px;
      /*border-radius: 5px 5px 5px 5px; top left top right bottom right bottom left*/
      color:  #F5F7F9;
      /* margin-left:10px;
          margin-top:10px;
      margin-bottom: 10px;; */
          margin-bottom: 10px;;
      font-size: 12px;
          font-weight:normal!important;
        letter-spacing:0.02em;
      
    }


/* Padding-, Margin and Border-Definitions */


    .mleft{
		margin-left: 12px;
		margin-top: 5px;

		/*margin-bottom:10px;*/
		margin-bottom:0;
		padding-bottom:0;
        font-weight: bold;;
	}
  
 
  .uk-grid-small > *,
  .uk-grid-column-small > * {
    padding-left: 5px;
  }

 

  /* Vertical */
  .uk-grid + .uk-grid-small,
  .uk-grid + .uk-grid-row-small,
  .uk-grid-small > .uk-grid-margin,
  .uk-grid-row-small > .uk-grid-margin,
  * + .uk-grid-margin-small {
    margin-top: 5px;
  }
   
   

/* Height- and Width-Definitions */


.heightTitelPicture{
    height:530px;
}
@media (max-width: 640px) {
    /*nisi new set new font-size  smaller*/
    .heightTitelPicture {
        /* height:auto;    */
        height:430px;
      }
  }

  @media (min-width: 1400px) {
    /*nisi new set new font-size  smaller*/
    .heightTitelPicture {
        /* height:auto;    */
        height:700px;
      }
  }
  @media (min-width: 1700px) {
    /*nisi new set new font-size  smaller*/
    .heightTitelPicture {
        /* height:auto;    */
        height:850px;
      }
  }


  @media (max-width: 390px) {
    /*nisi new set new font-size  smaller*/
    .heightNoticePicture {
        /* height:auto;    */
        height:250px;
        
      }
  }


@media (min-width: 390px) {
    /*nisi new set new font-size  smaller*/
    .heightNoticePicture {
        /* height:auto;    */
        height:300px;
        
      }
  }
  
  /** Breite Handy 390 **/
 
  @media (min-width: 510px) {
    /*nisi new set new font-size  smaller*/
    .heightNoticePicture {
        /* height:auto;    */
        height:630px;
        
      }
  }
  @media (min-width: 615px) {
    /*nisi new set new font-size  smaller*/
    .heightNoticePicture {
        /* height:auto;    */
        height:750px;
        
      }
  }
  @media (min-width: 680px) {
    /*nisi new set new font-size  smaller*/
    .heightNoticePicture {
        /* height:auto;    */
        height:800px;
        
      }
  }
  @media (min-width: 770px) {
    /*nisi new set new font-size  smaller*/
    .heightNoticePicture {
        /* height:auto;    */
        height:890px;
        
      }
  }
  @media (min-width: 845px) {
    /*nisi new set new font-size  smaller*/
    .heightNoticePicture {
        /* height:auto;    */
        height:1050px;
        
      }
  }
  @media (min-width: 960px) {
    /*nisi new set new font-size  smaller*/
    .heightNoticePicture {
        /* height:auto;    */
        height:600px;
        
      }
  }
  @media (min-width: 1200px) {
    /*nisi new set new font-size  smaller*/
    .heightNoticePicture {
        /* height:auto;    */
        height:600px;
        
      }
  }
  @media (min-width: 1700px) {
    /*nisi new set new font-size  smaller*/
    .heightNoticePicture {
        /* height:auto;    */
        height:700px;
        
      }
  }

  .padd_lr
  {
    padding-left: 8%;
    padding-right: 8%;
  }

  .heightPortrait {
    
    height:530px;
    }
   
  
  @media (max-width: 400px) {
    /*nisi new height*/
    .heightPortrait {
        height:530px;   
      }
  }
  


  @media (min-width: 1400px) {
    /*nisi new set new font-size  smaller*/
    .heightPortrait{
        /* height:auto;    */
        height:700px;
      }
  }

  @media (min-width: 1700px) {
    /*nisi new set new font-size  smaller*/
    .heightPortrait{
        /* height:auto;    */
        height:850px;
      }
  }



/* Image checkMarker modifier nisi
 ========================================================================== */
 
