/*

	Wortlaut CSS Styles
	Version : 1.1
	Site	: furch-giese.de
	Copyright: Rainer Furch, Madeleine Giese

	Author	: Hagen Ermer
	Company : Longfish-Webdesign - all rights reserved
	Site	: longfish.de
	Kontakt	: info@longfish.de
	Date	: 31. Juli 2018

*/
* {
    margin:0;
    padding:0;
}
html, body {
    height: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background: #fff url(../wortlaut/img/Wortlaut_repeat_bkg.png) repeat-x;
}
a:link { color:#000; text-decoration:underline; }
a:visited { color:#333; text-decoration:underline; }
a:hover { color:#944a4a; text-decoration:underline; }
a:active { color:#000; text-decoration:underline; }
a:focus { color:#f3c; text-decoration:underline; }

h1{
  font-size:18px;
}
h2{
  font-size:16px;
  font-weight:bold;

}
h3{
  font-size:24px;
}
h4{
  font-size:18px;
}
h5{
  font-size:18px;
}
h6{
  font-size:16px;
}
.w3-serif{
  font-family:serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight:400;
  margin:10px 0;
}
.text{
    font-size: 12px;
    line-height: 18px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333;
}
figure{
  margin:0px;
}
figcaption{
  text-align:right;
  font-size:8px;
  margin-right:20px;
}
#wrapper_all{
    position:relative;
    width:100%;
    height:auto !important;
    height:100%;
    min-height:100%;
    margin:0px auto;
}
#main-wrapper{
	  margin:0 auto;
	  max-width:960px;
    overflow:hidden;
    clear:both;
    background: #e4e4e4;
    border-left:1px solid #333;
    border-right:1px solid #333;
}
.w3-container{
    background:#eaeaea;
}
.w3-threequarter{
	  padding:30px;
	  margin:0px;
}
.w3-quarter{
	  padding:30px;
	  margin:0px;
	  border-right:1px solid #ff0000;
	  background-color:#efefef;
}
.w3-third{
    padding-top:4px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
    text-align:center;
}
.w3-twothird{
    padding-top:0px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}
.w3-half{
    padding-top:0px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}
.responsive-img {
    width: 100%;
    height: auto;
    padding-left:20px;
    padding-right:20px;
}
#responsive-img {
    width: 100%;
    height: auto;
    padding-left:0px;
    padding-right:0px;
}
#content{
    padding-top:60px;
    text-align:center;
}
.content-wrapper{
    margin:0 auto;
    max-width:768px;
}
#textbox{
    margin:0 auto;
    border:1px solid #333;
    max-width:768px;
    margin-top:40px;
    margin-bottom:40px;
    margin-left:20px;
    margin-right:20px;
    background: #eaeaea;
}
#first-left{
    padding-top:80px;
}
#first-right{
    padding-top:84px;
}
li.list{
    list-style-type: square;
    margin-left:60px;
    margin-right:40px;
    font-size:12px;
    line-height:20px;
}
.rep{
    border:1px solid #333;
    background: #eaeaea;
    margin-bottom:60px;
}
.seitenleiste-rep{
    margin-top:20px;
    margin-bottom:30px;
}
.w3-twothird{
    margin-bottom:20px;
}
h4{
    color:#b0b0b0;
}
.p{
	  font-size: 12px;
	  /*line-height: 10px;*/
	  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	  text-align: left;
    color: #000;
	  font-weight: normal;
	  margin-right: 10px;

}
.title{
    margin-left:10px;
}
.block {
	   text-align: left;
	   margin-left: 10px;
	   margin-right: 10px;
     margin-top:10px;
     margin-bottom:10px;
     line-height:16px;
}
div#minheight {
    height:250px;
    clear:both;
}
#my-footer{
	   position:absolute;
	   bottom:0px;
	   width:100%;
	   text-align:center;
	   background:#5C5C5C;
     padding-top:30px;
     padding-bottom:6px;
     border-top:1px solid #000;
}
#footer-box-img{
     border-top:1px solid #111;
}
.footer{
	  font-size:10px;
	  color:#999;
    letter-spacing:1px;
}
#footer-wrapper{
    position:relative;
    bottom:0px;
	  margin:0 auto;
	  max-width:960px;
}
.footer-links{
    margin-top:10px;
    margin-left:50px;
    color:#b0b0b0;
    list-style-type: none;
}
li{
    list-style-type:none;
    margin-bottom:5px;
    text-align:left;
    margin-left:20px;
}
.box {
	  display: inline-block;
	  width: 202px;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:10px;
	   text-align: center;
     background:#444;
     border: 1px solid #343434;
     color:#999;
}
#box{
    vertical-align:top;
    height:202px;
    border:1px solid #343434;
    background:#444;
    text-align:left;
    background-color:#444;
}
#footer-box{
    margin-left:10px;
}
.footer-box{
    line-height:30px;
    font-size:14px;
}
.footer-box:link{
    text-decoration:none;
    color:#e4e4e4;
}
.footer-box:hover{
    color:#fff;
    text-decoration:underline;
}
.footer-box:visited{
    color:#ccc;
    text-decoration:underline;
}
.footer-box:active{
    color:red;
    text-decoration:none;
}
.footer-box-sm{
    line-height:20px;
    font-size:12px;

}
.footer-box-sm:link{
    line-height:20px;
    font-size:12px;
    color:#e4e4e4;
    text-decoration:none;
}
.footer-box-sm:hover{
    line-height:20px;
    font-size:12px;
    text-decoration:underline;
    color:#fff;
}
.footer-box-sm:visited{
    line-height:20px;
    font-size:12px;
    text-decoration:underline;
    color:#ccc;
}
.footer-box-sm:active{
    line-height:20px;
    font-size:12px;
    text-decoration:none;
    color:red;
}
.footer-fake{
    line-height:30px;
    font-size:14px;
}
hr{
    line-height:0px;
    margin-top:20px;
    margin-bottom:0px;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 40px; /* Place the button at the bottom of the page */
    right: 15px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: grey; /* Set a background color */
    opacity: 0.7;
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 16px; /* Some padding */
    border-radius: 6px; /* Rounded corners */
    font-size: 14px; /* Increase font size */
}
#myBtn:hover {
    background-color: #131313; /* Set a background color */
    opacity: 0.7;
}

/*+++++++++++++++++NAVIGATION****************************/

/* Add a black background color to the top navigation */
.topnav {
	position:fixed;
	margin-left:-16px;
  overflow: hidden;

}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #333;
    height:43px;
    padding: 11px 12px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #999;
    color: white;
}

/* Add an active class to highlight the current page */
.active {
    background-color:#944a4a;
    color: white !important;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}
#full_head_nav{
	   position:fixed;
	   top:0px;
	   left:0px;
	   width:100%;
	   height:44px;
	   background:#e4e4e4;
    border-bottom:1px solid #131313;
}
/***** BackToTop-Button *****/

.back-to-top:link {
       position: fixed;
       bottom:20px;
       right:15px;
       padding:10px;
       cursor: pointer;
       z-index: 99;
       border: none;
       outline: none;
       background-color: #63696b;
       opacity: 0.8;
       color: white;
       border-radius: 6px;
       text-decoration:none;
}
.back-to-top:hover {
        background-color: #63696b;
        text-decoration:none;
        opacity: 1;
        color: white;
}
.back-to-top:active {
        background-color: #63696b;
        text-decoration:none;
        opacity: 1;
        color: white;
}
.back-to-top:focus{
        background-color: #63696b;
        text-decoration:none;
        opacity: 1;
        color: white;
}
.back-to-top:visited {
        background-color: #63696b;
        text-decoration:none;
        opacity: 1;
        color: white;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
      position: absolute;
      right: 0px;
      top: 0;
  }
  .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
  }
}
  @media screen and (max-width: 600px) {
  .w3-third{
      padding-top:0px;
  }
  #first-right{
      padding-top:0px;
  }
  #first-left{
      padding-top:50px;
  }
  div#minheight {
      height:775px;
  }
  .box {
      margin-bottom:30px;
  }
  .seitenleiste-rep{
      margin-bottom:0px;
  }
  .rep{
      margin-bottom:0px;
  }
  .w3-twothird{
      margin-bottom:0px;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {

  .w3-third{
      padding-top:0px;
  }
  #first-right{
      padding-top:0px;
  }
  #first-left{
      padding-top:50px;
  }
  div#minheight {
      height:775px;
  }
  .box {
      margin-bottom:30px;
  }
  .seitenleiste-rep{
      margin-bottom:0px;
  }
  .w3-twothird{
      margin-bottom:0px;
  }
  .rep{
      margin-bottom:0px;
  }
}
