﻿body {
    
}

.footerstyle{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1dbff+0,cbebff+53,e8f5ff+100 */
background: #a1dbff; /* Old browsers */
background: -moz-linear-gradient(top,  #a1dbff 0%, #cbebff 53%, #e8f5ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a1dbff 0%,#cbebff 53%,#e8f5ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a1dbff 0%,#cbebff 53%,#e8f5ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1dbff', endColorstr='#e8f5ff',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: inset 3px -1px 61px -7px rgba(119,119,119,1);
-moz-box-shadow: inset 3px -1px 61px -7px rgba(119,119,119,1);
box-shadow: inset 3px -1px 61px -7px rgba(119,119,119,1);
}
/* responsive text queries */
@media screen and (min-width: 850px) {

    .blog {
        font-size: 10px;
    }
}
.borderless tr td {
    border: none !important;
    /*padding: 0px !important;*/
}
@media screen and (max-width: 992px) {

    p, .btn, input, div, span, h4, .blog, .lead {
        font-size: 10px;
    }

    h1 {
        font-size: 10px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 12px;
    }
}



@media screen and (max-width: 568px) {

    p, .btn, input, div, span, h4, .blog, .lead {
        font-size: 25px;
    }

    h1 {
        font-size: 23px;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 19px;
    }
}



.hero-slide {
    margin-top: -10px;
}

.spanhero {
    margin-left: 10px;
}

.dropdown-submenu {
    position: relative;
}

table {
   	font-size: small;
	background-color: #E3E3E3;
	text-align: center;
	color:blue;
	border-style: none;
	border-width: 0px;
	width: 830px;
	height:400px;

    background: transparent;
	font-size:6px;
   	border: 0px solid transparent;

   }
 
 
 

.table table-hover borderless{
	font-size: small;
	background-color: #E3E3E3;
	text-align: center;
	color:blue;
	border: 1px solid #999999;
	border-style: solid;
	border-width: 1px;
	background: #63B9FF;
	font-size:22px;

 }

th{
	text-align: center;
	border-color: rgba(255, 255, 255, 0.5);
	font-size: 12px;	
	color: 	#000;
	text-shadow: 0.1em 0.1em #fff;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
	border: 0px solid transparent;

} 
 
 
td{
   	font-size: small;
	background-color: #E3E3E3;
	text-align: center;
	border-style:hidden;
	border-width: 0px;
    font-size:9px;
    background: #63B9FF;
	border: 0px solid transparent;

} 

 
tr {
   	font-size: small;
	background-color: #E3E3E3;
	text-align: center;
	border-style: hidden;
	border-width: 0px;
	border: 1px solid transparent;
	font-size:7px;
}

.pfeil {
    text-align:right;
}

.arrow {
    border: 2px solid #444;
    height: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin-right: 5px;
}

    .arrow.down {
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-top-color: red;
    }

    .arrow.up {
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
        border-bottom-color: green;
    }

    .arrow.left {
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .arrow.right {
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: gray;
    }

.navulmitte {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navmitte {
    text-align: center;
}

.blog {
    font-family: Lora,'Times New Roman',serif;
    color: #404040;
}

.divider {
    height: 1px;
    width: 100%;
    display: block; /* for use on default inline elements like span */
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}



.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}



.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    margin-top: 5px;
    margin-right: -10px;
}



.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}



.dropdown-submenu.pull-left {
    float: none;
}



    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }



.dropdown-menu {
    min-width: 200px;
}

    .dropdown-menu.columns-2 {
        min-width: 400px;
    }

    .dropdown-menu.columns-3 {
        min-width: 600px;
    }

    .dropdown-menu li a {
        padding: 5px;
        font-weight: 300;
    }

.multi-column-dropdown {
    list-style: none;
}

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        margin-left: -30px;
        color: #333;
        white-space: normal;
    }

        .multi-column-dropdown li a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

@media (max-width: 800px) {

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 767px) {

    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}