
@import url(app.css);
@import url(blocks.css);


* {
	border-radius: 0;
}

body {
 color: #555;
 font-size: 16px;
 line-height: 1.6;
}

.img_bg2{
	
	background: url(house-2368389_1920_edited.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
	
    
}

.myhead{
	padding-top: 9px;
    padding-bottom: 9px;
    background-color: rgba(255, 255, 255, 0.7);
}

.myposition{
	height: 200px; /* Höhe der div-Box */
 width: 300px; /* Breite der div-Box */
 margin-top: -100px; /* Damit der "Ausrichtungspunkt" in der Mitte der Box liegt */
 margin-left: -150px;
 position: absolute; /* positionieren */
 top: 50%; /* in die Mitte verschieben */
 left: 50%;
}

.meinauswahllink{
	
    position: relative;
	color:white; 
	padding-left: 25px; 
}

.meinauswahllink:hover{
	color:black;
}

.meinepupe{
	font-size: 91px;
    line-height: 0 !important;
    bottom: -10px;
    position: relative;
}

.startauswahl{
	
	border:3.5px solid #1f6eb1;
	width:280px; 
	height:72px;
	margin-left:auto; 
	margin-right:auto; 
	padding:5px;
	border-radius:5px;
	    /*box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.5);*/
		box-shadow: 0px 0px 10px 3px #1f6eb1;
	
}

.startauswahl2{
	background: #d7112e;
	border:3.5px solid #d7112e;
	width:280px; 
	height:72px;
	margin-left:auto; 
	margin-right:auto; 
	padding:5px;
	border-radius:5px;
	    /*box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.5);*/
		box-shadow: 0px 0px 10px 3px #d7112e;
}

.footer
{
	font-size: 13px;
}

.copyright
{
	font-size: 13px;
}

.fontindextbox{
	font-size: 16px;

}

.fontindextbox2{
	font-size: 16px;
	color:white;
	text-shadow: 1px 1px 1px #000000;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #eee;
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #2c86be;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #006eb1;
 text-decoration: none/* underline */;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}


/*test*/

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.navbar-toggle {
	margin-top: 6px;
}

.modal-body {
    position: relative;
    padding: 0px 0px 15px 15px;
}

body {
    font-family: Arial,sans-serif;
}

