/*!
Theme Name: all2together
Theme URI: http://underscores.me/
Author: ATOMIC designstudios
Author URI: https://atomicdesignstudios.com
Description: all2together theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: all2together
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

tachyons is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

a:visited {
	color: #93117e;
}
.link.white:visited {
    color: #fff;
}

.logged-in.admin-bar, .admin-bar #masthead {
    margin-top: 32px !important;
}

.site-title img {
    max-height: 100px;
}

.menu-top-menu-container {
	font-size: 0
}

.menu {
  position: relative;
}

.menu ul {
	margin: 0
}

.menu li {
    display: inline-block;
   margin: 0;
}

.menu li a {
    color: #000;
    text-decoration: none;
    padding: .7rem; 
background: rgba(255,255,255,0.9);
font-size: 1rem;
}
.menu li a:hover {
    text-decoration: underline;
}

.sub-menu li:last-child a {
    padding-bottom: 1rem;
}


/* Dropdown Content (Hidden by Default) */
.sub-menu {
  display: none;
  position: absolute;
  z-index: 1;
  width: 170px;
  text-align: left;
}

/* Links inside the dropdown */
.sub-menu li a {
  color: black;
  text-decoration: none;
  display: block;
}

/* Show the dropdown menu on hover */
.menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

.wp-block-image {
    margin: 0 0 2em;
}

figcaption {
    color: #999;
}

p {
    margin-top: 0;
}

.home .entry-title {
    display: none;
}
.home .entry-content {
    max-width: 490px;
}


@media screen and (min-width:45em) { 
body { 	background: url(https://all2gethernow.de/wp-content/uploads/2020/04/spot.png) top right;
	background-repeat: no-repeat; background-attachment: fixed; }

#primary-menu { padding-left: 1rem; }
.menu li a { padding: 1rem; }
.sub-menu li a { padding: 1rem 1rem 0 1rem; }
}

@media screen and (min-width:60em) { 
.bg-transparent-l { background: transparent; }
}