.dropdown-menu:hover {
    border-bottom: 5px solid #ffa500 !important;
}

.dropdown-menu>li.kopie>a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

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

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

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

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: underline;
}

.account {
    min-width: 100px !important;
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }
    .navbar-default .navbar-brand {
        display: inline;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: #ccc;
    }
    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    .dropdown-menu {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
}

.navbar {
    margin-bottom: 0px !important;
}

.contents {
    background-color: #e3e3e3;
    padding: 25px;
}

.content {
    border-radius: 100%;
}

.header {
    color: #ffa500;
}

.margin {

    padding: 0px;
}

.p-size {
    font-size: 17px;
    margin-bottom: 20px;
}

.row4 {
    background-color: #3e3d3d;
    display: inline-block;
}

.title8 {
    color: #ffffff;
    font-weight: 200;
    font-size: 50px;
}

.separator {
    color: #ffffff;
    font-weight: 100;
    font-size: 45px;
    border-top: 2px dashed #ffffff;
    background: transparent;
    display: inline-block;
    width: 80%;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
    margin-left: 150px;
}

.icon {
    font-size: 25px;
    padding-top: 30px;
}

.icon1 {
    font-size: 15px;
    padding-top: 30px;
}

.row5 {
    background-color: #454545;
    display: inline-block;
    width: 100%;
}

.title9 {
    color: #ffffff;
    font-weight: 400;
    font-size: 25px;
}

.text-left1 {
    text-align: left;
}

.german {
    padding: 0px;
}

.title10 {
    color: #ffffff;
    font-weight: 200;
    font-size: 25px;
    margin-right: 25px;
}

.Home {
    color: #ffffff;
    font-weight: 50;
    font-size: 20px;
    margin-right: 25px;
}

.follow {
    float: right;
    padding-top: 5px;
    text-align-right: right;
}

.follow1 {
    float: right;
    padding-right: 0px;
    margin-right: 25px;
}

.slash {
    color: #ffa500;
}

.footer {
    color: #ffffff;
    font-size: 20px;
}

.img-border {
    border: 1px solid;
    min-width: 100px;
    margin-top: -50px;
}

.header1 {
    padding-top: 30px;
}

.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}
