body {
text-align: center;
   background-attachment: fixed;
    background-image: url('../images/hatter2.jpg'); 
    background-position: 0px 0px;
    background-repeat: repeat;
    height: 100%;
    position: absolute;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	color: #ffffff;
	overflow-x: hidden;
}
 container {
	  background-color: rgba(0,0,0,0.4);
	  font-family: Calibri;
 }
a:hover { color: #ffffff; }

.space30 { margin-top: 30px; }

.space50 { margin-top: 50px; }


.space10 { margin-top: 5rem; margin-bottom:5rem;}

.space14 { margin-top: 7rem; margin-bottom:7rem;}

.space20 { margin-top: 10rem; margin-bottom:10rem;}

.telefon {
	padding: 5px; margin: 5px 25px; font-weight: 600; 
}
.telefon a {margin: 5px 15px;}

hr { color:#f4b782; width: 70%; margin: auto; padding: 2rem;}

.row ul { padding-left: 30px; }

.clear { clear: both; }

.float_left { float: left; }

.float_right { float: right; }

.img_left_gallery { float: left; margin: 12px; padding: 8px; border: 1px solid #CCC; }

.img_left { float: left; margin: 0px 15px 0px 0px; border: 1px solid #CCC; }

.img_right { float: right; margin: 0px 0px 15px 20px; border: 1px solid #CCC;  }

.img_bottom { margin-bottom: 15px; border: 1px solid #CCC;  }

.footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 20px;
}
.so_logo {	text-align: center;
	margin: 0 auto;
}
.so_logo img {
	/*position: absolute;*/
	width: 250px;
	height: auto;
	z-index: 4;
	
	/*background-image: url(images/Sologo.png);*/
	/*left: 345px;
	top: 10px; */


}
.facebook {
		left: 10px;
		top: 8px;
		text-align: left;
		float: left;
}	

.social  {
	/*position: absolute;*/
	right: 10px;
	top: 8px;
	text-align: right;
	float: right;
}

.social img{
	position: relative;
	width: 80px;
	height: auto;
	z-index: 4;
}

.btn-lg {
	margin: 130px 10px;
	padding-top: 15px;
}

h3 {line-height: 4rem;}

.btn-primary {
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f27312 0%, #f4b883 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f27312), color-stop(100%,#f4b883)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f27312 0%,#f4b883 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f27312 0%,#f4b883 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f27312 0%,#f4b883 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27312', endColorstr='#006699',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f27312 0%,#f4b883 100%); /* W3C */
  color: #222222;
  text-shadow: 1px 1px 0px #ffffff;
  
}


.btn-primary:hover {
	text-shadow: 1px 1px 0px #000000;
}

.btn-sobarlang {
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f27312 0%, #f4b883 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f27312), color-stop(100%,#f4b883)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f27312 0%,#f4b883 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f27312 0%,#f4b883 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f27312 0%,#f4b883 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27312', endColorstr='#006699',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f27312 0%,#f4b883 100%); /* W3C */
  color: #222222;
  text-shadow: 1px 1px 0px #ffffff;
}


.btn-sobarlang:hover {
	text-shadow: 1px 1px 0px #000000;
}


.grid {
  max-width: 1165px;
  margin: 0 auto;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* fluid 5 columns */
.grid-item { margin: 5px; }

/* Firefox hack 
   https://css-tricks.com/snippets/css/css-hacks-targeting-firefox/
*/
@-moz-document url-prefix() { 
  	.grid figure {
		margin: 10px 1.1666%;	/* padding-bottom in % not working in FF, so use em instead. */
	}
}


.example-image-link {
  display: inline-block;
  margin: 0 10px 20px 10px;
  line-height: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #5e5e5e;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.example-image-link:hover {
  border: 2px solid #f4b782;
}


.example-image {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}




#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f27413;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: ##f4b882;
}


.szovegbox {
	/*background: #956d49;*/
	margin: 1rem; text-align: center; border-radius: 5px; padding: 1rem;
	 background-color: #f39d57; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f27312 0%, #f4b883 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f27312), color-stop(100%,#f4b883)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f27312 0%,#f4b883 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f27312 0%,#f4b883 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f27312 0%,#f4b883 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27312', endColorstr='#006699',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f27312 0%,#f4b883 100%); /* W3C */
  color: #222222;
  text-shadow: 1px 1px 0px #ffffff;
} 
 
section p { font-size: 2rem;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
  height: 0px;
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  /*background-color: #d7b46d;*/
  background-color: #f27312;
  border-radius: 6px;
  border: 1px solid #444444;
}

.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000000;
  background-color: #f39d57; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f27312 0%, #f4b883 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f27312), color-stop(100%,#f4b883)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f27312 0%,#f4b883 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f27312 0%,#f4b883 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f27312 0%,#f4b883 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27312', endColorstr='#006699',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f27312 0%,#f4b883 100%); /* W3C */
  
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  color: #000000;
  background-color: #f39244;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.25);
}

.nav-justified > li > a:hover { 
	color: black;
	/*background-color: #ddc186; */
	background-color: #f39244;
	background-image: none;
	box-shadow: inset 0 3px 7px rgba(0,0,0,.25);
}

.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px)  {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-left: 1px solid #f27312;
    border-right: 1px solid #000000;

  }
  
  
.nav-justified {
  /*background-color: #d7b46d;*/
  background-color: #f27312;
  border-radius: 6px;
  border: 1px solid #444444;
}

.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000000;
  background-color: #f39d57; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f27312 0%, #f4b883 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f27312), color-stop(100%,#f4b883)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f27312 0%,#f4b883 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f27312 0%,#f4b883 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f27312 0%,#f4b883 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27312', endColorstr='#006699',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f27312 0%,#f4b883 100%); /* W3C */
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  color: #000000;
  background-color: #f39244;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.25);
}

.nav-justified > li > a:hover { 
	color: black;
	/*background-color: #ddc186; */
	background-color: #f39244;
	background-image: none;
	box-shadow: inset 0 3px 7px rgba(0,0,0,.25);
}
  
  
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: 0;
  }
  .masthead,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}
